Skip to main content
GET
/
organizations
/
resolve
/
{login_hint}
Resolve login hint
curl --request GET \
  --url https://api.altostrat.io/organizations/resolve/{login_hint} \
  --header 'Authorization: Bearer <token>'
{
  "organization_id": "org_aBcDeFg123456789"
}

Authorizations

Authorization
string
header
required

Enter your JWT in the format: Bearer {token}

Path Parameters

login_hint
string
required

The unique login hint of the organization.

Response

The organization ID was found.

organization_id
string

The unique identifier for the organization.

Example:

"org_aBcDeFg123456789"