Create a Brand
POST {{baseUrl}}/api/v1/brands
Creates new brand in your org
Request Body
{"name"=>"My Awesome Brand"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"id":"bnd114iNkrcN6aR680g5","removePoweredByOkta":false,"customPrivacyPolicyUrl":null,"name":"My Awesome Brand","isDefault":false,"_links":{"self":{"href":"https://{yourOktaDomain}/api/v1/brands/bnd114iNkrcN6aR680g5","hints":{"allow":["GET","PUT","DELETE"]}},"themes":{"href":"https://{yourOktaDomain}/api/v1/brands/bnd114iNkrcN6aR680g5/themes","hints":{"allow":["GET"]}}}}