cURL
curl --request GET \ --url https://api.orgnise.in/teams/{team_slug} \ --header 'Authorization: Bearer <token>'
{ "_id": "<string>", "name": "<string>", "logo": null, "description": "<string>", "role": "<any>", "membersCount": 123, "meta": { "title": "<string>", "description": "<string>", "slug": "<string>" }, "inviteCode": "<string>", "plan": "free", "billingCycleStart": 123, "usage": { "pages": 0, "users": 0, "workspaces": 0 }, "limit": { "pages": 0, "users": 0, "workspaces": 0 }, "createdAt": "<string>", "updatedAt": "<string>" }
Retrieve a team for the authenticated user.
Default authentication mechanism
The slug of the team.
The retrieved team
The response is of type object.
object
Was this page helpful?