Get your company profile

View as Markdown

Returns the calling company’s public brand identity — name, slug, logo, and brand colors. A curated projection: legal/tax identity, billing state, and credentials never appear on this surface. Use it to render your integration in the merchant’s branding.

Authentication

AuthorizationBearer

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

Response

idstring
brandNamestring
slugstring

URL-safe public identifier (the registration-page slug).

logoUrlstring or null

Public logo URL; null when the brand has not uploaded one.

primaryColorstring

Brand hex color, e.g. ‘#005454’.

secondaryColorstring
createdAtstring
ISO 8601 creation timestamp.

Errors

401
Unauthorized Error
429
Too Many Requests Error
503
Service Unavailable Error