# Organization Auth0 API Credentials Save Auth0 API credentials for an organization Endpoint: POST /organization/{org_id}/auth0-api-creds Version: 1.0.0 Security: ApiKeyAuth ## Path parameters: - `org_id` (integer, required) Org Id provided via path. Example: 32 ## Request fields (application/json): - `domain` (string, required) Domain of post /organization/{org_id}/auth0-api-creds request. - `client_id` (string, required) Client id of post /organization/{org_id}/auth0-api-creds request. - `client_secret` (string, required) Client secret of post /organization/{org_id}/auth0-api-creds request. - `grant_type` (string, required) Grant type of post /organization/{org_id}/auth0-api-creds request. - `audience` (string, required) Audience of post /organization/{org_id}/auth0-api-creds request. ## Response 200 fields (application/json): - `status` (string, required) Outcome of the request. Always success for 2xx responses. Enum: "success" - `message` (string, required) Short description of the successful operation outcome. Example: "Operation completed successfully" ## Response 400 fields (application/json): - `status` (string, required) Outcome of the request. Always error for 4xx/5xx responses. Enum: "error" - `message` (string, required) Detailed explanation of the error to help clients fix the request.. Example: "Bad request - missing or invalid data" ## Response 401 fields (application/json): - `status` (string, required) Outcome of the request. Always error for 4xx/5xx responses. Enum: "error" - `message` (string, required) Detailed explanation of the error to help clients fix the request.. Example: "Bad request - missing or invalid data"