GET
/
api-key
curl --request GET \
  --url https://api.getbrew.ai/v1/api-key \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "teamName": "Apple"
}

Authorizations

Authorization
string
header
required

Include your Brew API key as a Bearer token in the Authorization header.

Example: Authorization: Bearer bw_api_your_key_here

Response

200
application/json

API key is valid and active

The response is of type object.