Create App Client

POST {{auth_backend_server}}/app-clients

Request Body

{"data"=>{"type"=>"auth/app-clients", "attributes"=>{"type"=>"machine_to_machine", "name"=>"{{AppClientName}}", "userType"=>"builder"}, "relationships"=>{"auth/roles"=>{"data"=>{"type"=>"auth/roles", "id"=>"{{RoleID}}"}}}}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring