Skip to content

Org Me

GET
/org/me
curl --request GET \
--url https://engine.bindly.insure/org/me

The workspace this credential acts for, and how it authenticated: auth_kind “api_key” carries the key’s label; “oauth” (CLI device login) has none.

Successful Response

Media typeapplication/json
OrgMeResponse
object
org_id
required
Org Id
string
org_name
required
Org Name
string
plan
required
Plan
string
auth_kind
required
Auth Kind

“api_key” (bsk_ key) or “oauth” (token).

string
key_label
Any of:
string
Examplegenerated
{
"org_id": "example",
"org_name": "example",
"plan": "example",
"auth_kind": "example",
"key_label": "example"
}