post https://example.com/local-user-store/api/v1/trusted-clients
Create a new trusted client. ID, client_secret, author, created, updated, and updated_by fields are automatically populated by the server.
Log in to see full request history
Responses
Create a new trusted client. ID, client_secret, author, created, updated, and updated_by fields are automatically populated by the server.
xxxxxxxxxx
curl --request POST \
--url https://example.com/local-user-store/api/v1/trusted-clients \
--header 'Authorization: Bearer a-proper-token-goes-here' \
--header 'accept: application/json' \
--header 'content-type: application/json'
Try It!
to start a request and see the response here! Or choose an example: