Customizations

Number of APIs: 48

  1. Delete the Preview Error Page DELETE {{baseUrl}}/api/v1/brands/:brandId/pages/error/preview

  2. List all Domains associated with a Brand GET {{baseUrl}}/api/v1/brands/:brandId/domains

  3. List all Brands GET {{baseUrl}}/api/v1/brands

  4. Create a Brand POST {{baseUrl}}/api/v1/brands

  5. Retrieve a Brand GET {{baseUrl}}/api/v1/brands/:brandId

  6. Replace a Brand PUT {{baseUrl}}/api/v1/brands/:brandId

  7. Delete a brand DELETE {{baseUrl}}/api/v1/brands/:brandId

  8. Retrieve the Error Page Sub-Resources GET {{baseUrl}}/api/v1/brands/:brandId/pages/error

  9. Delete the Customized Error Page DELETE {{baseUrl}}/api/v1/brands/:brandId/pages/error/customized

  10. Retrieve the Default Error Page GET {{baseUrl}}/api/v1/brands/:brandId/pages/error/default