Skip to main content
POST
Show which organization a credential uses

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Describe the organization and credential behind this call.

Response

The organization every call with this credential acts for, and what the credential may do there.

The organization every call with this credential acts for, and what the credential may do there.

credential
object
required

The credential that authenticated the call. For an API key, its name and its first characters, never the secret.

organization
object
required
permissions
enum<string>[]
required
Available options:
prompts:read,
prompts:write,
channels:read,
channels:write,
apiKeys:read,
apiKeys:write,
members:read,
members:write,
evals:read,
evals:write,
credentials:read,
credentials:write,
credentials:use,
organization:admin,
platform:impersonate