Create a Brand

POST {{baseUrl}}/api/v1/brands

Creates new brand in your org

Request Body

{"name"=>"My Awesome Brand"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

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"]}}}}