Responses
-
• 200 object
Information of your team.
-
• 400
Bad Request -- Your request is invalid.
-
• 401
Unauthorized -- Your API key is wrong.
-
• 403
Forbidden -- The object requested is hidden for administrators only.
-
• 404
Not Found -- The specified object could not be found.
-
• 429
Too Many Requests -- You're requesting too many objects! Slow down!
-
• 500
Internal Server Error -- We had a problem with our server. Try again later.
-
• 503
Service Unavailable -- We're temporarily offline for maintenance. Please try again later.
GET /team
curl \
-X GET https://api.usecollect.com/v1/team \
--user "username:password"
Response example (200)
{
"_id": "YcnS5JKMnG5cA3TXK",
"tz": "America/New_York",
"name": "ACME",
"plan": {
"name": "Business",
"end": "2023-05-04T09:42:00+00:00"
}
}