Skip to main content
GET
Get Current Organization

Overview

Returns the profile of the organization associated with the current API key. Use this to verify authentication, check your plan tier, and retrieve your organization ID. This is typically the first call made when setting up an integration to confirm the API key is valid. Works with any valid API key; no specific scope is required.

Response

object
string
Always identity.
org_id
string
Organization ID (orgn_*).
org_name
string
Organization name.
plan
string
Current plan: beta, free, starter, pro, or enterprise. During the beta period every organization is on beta.
api_key
object
request_id
string
Unique request identifier for support and debugging.

Code Examples

Errors