Create App Client

POST {{auth_backend_server}}/app-clients

Request Body

{"data"=>{"type"=>"auth/app-clients", "attributes"=>{"type"=>"machine_to_machine", "name"=>"REPLACE with name of your app client", "userType"=>"builder"}, "relationships"=>{"auth/roles"=>{"data"=>{"type"=>"auth/roles", "id"=>"{{RoleID}}"}}}}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring