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

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"