Skip to main content
GET
/
v1
/
auth
/
companies
List accessible companies
curl --request GET \
  --url https://api.usenaive.ai/v1/auth/companies \
  --header 'Authorization: Bearer <token>'
{
  "companies": [
    {
      "id": "<string>",
      "name": "<string>",
      "prefix": "<string>",
      "credits": 123,
      "tier": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Response

OK.

companies
object[]