List all Brands
GET {{baseUrl}}/api/v1/brands
Lists all the brands in your org
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
[{"id":"bnd114iNkrcN6aR680g4","name":"Okta Default","isDefault":true,"removePoweredByOkta":false,"customPrivacyPolicyUrl":null,"_links":{"self":{"href":"https://{yourOktaDomain}/api/v1/brands/bnd114iNkrcN6aR680g4","hints":{"allow":["GET","PUT","DELETE"]}},"themes":{"href":"https://{yourOktaDomain}/api/v1/brands/bnd114iNkrcN6aR680g4/themes","hints":{"allow":["GET"]}}}}]