Skip to main content
GET
/
v1
/
teams
/
me
Current team
curl --request GET \
  --url https://api.botdog.io/v1/teams/me \
  --header 'x-api-key: <api-key>'
{
  "teamName": "Acme Corp",
  "userCount": 5
}

Authorizations

x-api-key
string
header
default:bd_live_your_key_here
required

Response

Team information retrieved successfully

teamName
string
required

Name of your organization

Example:

"Acme Corp"

userCount
number
required

Count of users in your organization

Example:

5