Skip to main content
GET
/
account
Get account
curl --request GET \
  --url https://www.trybloom.ai/api/v1/account \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "email": "<string>",
    "name": "<string>"
  }
}

Authorizations

x-api-key
string
header
required

Bloom API key, for example x-api-key: bloom_sk_....

Response

OK

data
object
required