Create App Client
POST {{auth_backend_server}}/app-clients
Request Body
{"data"=>{"type"=>"auth/app-clients", "attributes"=>{"type"=>"single_page_application", "name"=>"{{AppClientName}}", "userType"=>"builder"}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |