Create App Client
POST {{auth_backend_server}}/app-clients
Creates an application client.
Application clients support the following types:
1: Native - native
2: Single Page Application - singlepageapplication
3: Regular Web App - regularwebapplication
4: Machine to Machine - machinetomachine
Request Body
{"data"=>{"type"=>"auth/app-clients", "attributes"=>{"type"=>"machine_to_machine", "name"=>"Zus Surescripts", "userType"=>"zus"}, "relationships"=>{"auth/roles"=>{"data"=>{"type"=>"auth/roles", "id"=>"b87ceb6d-d78a-42c5-a380-146b91f2ac22"}}}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |