Service Accounts
Create a Key
Creates a new key for service account
POST
/
v3
/
orgs
/
{orgId}
/
admin
/
iam
/
service-accounts
/
{accountId}
/
keys
The response contains the ID and the Secret in data.attributes.secret
. The secret is only returned once, so make sure to store it securely.
Authorizations
Authorization
string
headerrequiredTo understand how to authenticate, see the auth docs
Body
application/json
data
object
Response
200 - application/json
data
object