cURL
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" }
Returns information about the organization associated with the API key
API key for authentication. Keys start with 'bb_' prefix.
Organization information
"clx123abc"
"Acme Corp"
"acme-corp"
"2024-01-01T00:00:00Z"