Skip to main content
POST
/
idp
/
api
/
v1
/
company
/
serviceAccount
Create Service Account
curl --request POST \
  --url https://be.datagol.ai/idp/api/v1/company/serviceAccount \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "sample_service_token",
  "description": ""
}
'

Headers

Body

application/json
name
string
description
string

Response

200

Create Service Account