Create API credentials
Create API client credentials for a given user. To make this request, your API client credentials must be associated with a Sigma admin user for the same Sigma organization.
**Important:** The response includes sensitive information. Ensure that you securely store and handle the returned `clientId` and `clientSecret`. These credentials grant access to your Sigma account and should never be exposed publicly or shared unnecessarily.
### Usage Notes:
- Retrieve the **ownerId** by calling the [/v2/members](https://help.sigmacomputing.com/reference/list-members) endpoint and using the `memberId` included in the response.
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Request
The request body.
ownerId
Unique identifier of the user.
name
Name of the credentials.
description
Description of the credentials
scopes
Scopes to assign to the credentials. If not provided, defaults to "api".
Allowed values:
Response
The response body.
clientId
clientSecret

