Retrieve the brandspace this key belongs to
Central
api.brault.app— this host is the same in every regionAvailable to every key, whatever its scopes. The id is always the key’s own.
Authorization
apiKey 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"}