Retrieve detailed information on your team with our API
Access comprehensive team information including your credits.
Fetch your team
This endpoint allows you to retrieve the team associated with your API token.
Response
countrystring
The team's country.
us
createdAtdate
The team's creation date.
2020-06-29 08:21:01
creditsnumber
The team's credits.
500000
isSubscriberboolean
If the team is subscribed to a paid plan.
true
idnumber
The team's id.
1
namestring
The team's name.
Jay Gatsby Enterprises
websiteUrlstring
The team's website url.
https://www.jaygatsbyenterprises.com
Endpoint
GET
https://api.thecompaniesapi.com/v2/teams/:teamId
API response
{country : "us" ,createdAt : "2020-06-29 08:21:01" ,credits :500000,id :1,isSubscriber :true,name : "Jay Gatsby Enterprises" ,websiteUrl : "https://www.jaygatsbyenterprises.com" ,}