Client-Credentials
Operations
📄️ Create a client credential for the current user
Create a new client credential.
📄️ List client credentials for the current user
List client credentials owned by the current user.
📄️ Create a client credential for a user
Create a new client credential.
📄️ List client credentials for a user
List client credentials owned by the user.
📄️ Fetch a client credential by ID for the current user
Returns a single client credential owned by the current user.
📄️ Update a client credential for the current user
Update an existing client credential owned by the current user.
📄️ Delete a client credential for the current user
Delete an existing client credential owned by the current user.
📄️ Fetch a client credential's secret by ID for the current user
Returns a single client credential secret owned by the current user.
📄️ Fetch a client credential by ID for a user
Returns a single client credential owned by the user.
📄️ Update a client credential for a user
Update an existing client credential owned by the user.
📄️ Delete a client credential for a user
Delete an existing client credential owned by the user.
📄️ Fetch an API client's client credential secret by ID
Returns a single client credential secret owned by an API client.