GET
/
users
/
m2m
/
org-id
/
{team}
curl --request GET \
  --url https://api.altostrat.io/users/m2m/org-id/{team} \
  --header 'Authorization: Bearer <token>'
{
  "team_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "team_owner_id": "jsmith@example.com",
  "team_name": "<string>",
  "team_owner_name": "<string>",
  "org_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

Authorization
string
header
required

Bearer token authentication for general M2M API access.

Path Parameters

team
string
required

UUID of the Team.

Response

200
application/json

Team and Organization details.

The response is of type object.