Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Brand Id

Response

Get a single brand

brand_id
string
required
business_id
string
required
enabled
boolean
required
statement_descriptor
string
required
verification_enabled
boolean
required
verification_status
enum<string>
required
Available options:
Success,
Fail,
Review,
Hold
description
string | null
image
string | null
name
string | null
reason_for_hold
string | null

Incase the brand verification fails or is put on hold

support_email
string | null
url
string | null
Last modified on March 25, 2026