Gets the customer branding associated with this billing account
Request
GET https://www.activityinfo.org/resources/billingAccounts/{accountId}/branding
Successful response
application/json
object | |||
servingDomain | string | The customer's domain from which ActivityInfo will be accessible. | required |
loginHtml | string | HTML that is injected into the login page. | required |
logoDataUri | string | The customer's logo image, as a data uri. Will have the format "data:image/png;base64,iVBORw0KGgoAAAANSU" |
required |
Error responses
Status Code | Error Code | Description |
---|---|---|
401 | AUTHENTICATION_ |
The request must be authenticated |
403 | FORBIDDEN | Permission denied |
404 | NOT_ |
The resource could not be found |
410 | DELETED | The resource has been deleted |
Example
curl -u anything:YOUR_API_TOKEN \
https://www.activityinfo.org/resources/billingAccounts/190780004/branding