Brault Developers

Retrieve the brandspace this key belongs to

Centralapi.brault.appthis host is the same in every region
GET
/v1/brandspace

Available to every key, whatever its scopes. The id is always the key’s own.

AuthorizationBearer <token>

API key from Settings → Developers

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/brandspace"
{  "object": "brandspace",  "id": "string",  "name": "string",  "username": "string",  "created_at": "2019-08-24T14:15:22Z"}