For the complete documentation index, see llms.txt. This page is also available as Markdown.

Preferences

Get partner theme preferences

get

Get the partner's theme customization including colors and logo

Authorizations
OAuth2clientCredentialsRequired
Token URL:
Responses
200

OK

application/json
partner_namestringOptional
get/preferences/theme
GET /preferences/theme HTTP/1.1
Host: public-api.alternativepayments.io
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
  "partner_name": "text",
  "theme": {
    "color": "text",
    "logo_url": "text"
  }
}

Last updated

Was this helpful?