Create Service Account
Creates a service account for the specified organization.
client_id and client_secret, which are used to authenticate subsequent API calls.Authorizations
Bearer token obtained by authenticating with your organization admin's email and password (grant_type=password).
See the Getting started page for the full authentication flow.
Path Parameters
Your organization ID, found in your organization's URL: anaconda.com/app/organizations/<ORG_ID>/.
Body
The name for the new service account. Must use lowercase letters, numbers, hyphens, or underscores only.
1 - 64Response
Service account created successfully
The name of the service account.
The unique client identifier for the service account.
The organization ID the service account belongs to.
The client secret for authenticating as this service account. This value is only shown once at creation time.