Creating service accounts
A quick guide on how to create a Service Account for our REST API.
Overview
Prerequisites
Create using app

Create using REST API
Creates a new serviceAccount and sends an email confirmation request to the supplied email.
Type "Bearer " and then your API Token
Pin to organization.Organization.id
Whether Basic Auth can be used with this service account
trueName of the serviceAccount
John DoeServiceAccount created
Invalid serviceAccount data
Not authorized to create new serviceAccounts
ServiceAccount already exists
Type "Bearer " and then your API Token
ServiceAccount id
Pin to organization.Organization.id
ServiceAccount deleted
Invalid serviceAccount id
Not authorized to delete this serviceAccount
ServiceAccount not found
No content
Creates a new serviceAccount key
Type "Bearer " and then your API Token
ServiceAccount id
Pin to organization.Organization.id
ServiceAccount key created
Invalid serviceAccount id
Not authorized to create new serviceAccounts
ServiceAccount already exists
Type "Bearer " and then your API Token
ServiceAccount id
The id of the key to delete
Pin to organization.Organization.id
ServiceAccount key deleted
Invalid serviceAccount key id
Not authorized to delete this serviceAccount
ServiceAccount not found
No content
Last updated