cURL
curl --request GET \ --url https://api.botdog.io/v1/teams/me \ --header 'x-api-key: <api-key>'
{ "teamName": "Acme Corp", "userCount": 5 }
Returns the authenticated user’s team name and member count.
Team information retrieved successfully
Name of your organization
"Acme Corp"
Count of users in your organization
5
Was this page helpful?