Skip to main content
GET
/
org
Get organization info
curl --request GET \
  --url https://api.usebits.com/api/public/v1/org \
  --header 'x-api-key: <api-key>'
{
  "id": "clx123abc",
  "name": "Acme Corp",
  "slug": "acme-corp",
  "createdAt": "2024-01-01T00:00:00Z"
}

Authorizations

x-api-key
string
header
required

API key for authentication. Keys start with 'bb_' prefix.

Response

Organization information

id
string
required
Example:

"clx123abc"

name
string
required
Example:

"Acme Corp"

slug
string
required
Example:

"acme-corp"

createdAt
string<date-time>
required
Example:

"2024-01-01T00:00:00Z"