latestOpenAPI 3.1.0MIT2026-08-102135157.7 KB

fcc788f31a0a

brand-callbacks

Get a callback configuration by project id.

Returns the callback configuration for the specified project. The HMAC secret is masked — only the last 6 characters are visible. To retrieve the full secret, rotate it using POST /v1/projects/{projectId}/callbackConfig/rotate or set a new one via PATCH.

get/v1/projects/{projectId}/callbackConfig

Path parameters

projectIdstring required

Customer's project id

Response

OK

projectIdstring

Project ID this callback configuration belongs to.

hmacSecretMaskstring

Masked representation of the HMAC secret. Only the last 6 characters are visible (e.g. ••••••1b11ee). To see the full secret, rotate it via POST /v1/projects/{projectId}/callbackConfig/rotate or set a new one via PATCH.

Example response

{
  "hmacSecretMask": "••••••1b11ee"
}