Retrieve a Brand
GET {{baseUrl}}/api/v1/brands/:brandId
Retrieves a brand by brandId
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"id":"bnd114iNkrcN6aR680g4","removePoweredByOkta":false,"customPrivacyPolicyUrl":null,"name":"Okta Default","isDefault":true,"_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"]}}}}