Skip to main content
POST
/
api
/
core
/
credentials
Add credential
curl --request POST \
  --url https://api.example.com/api/core/credentials \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "display_name": "<string>",
  "type": "confluence",
  "id": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer '

Body

application/json
display_name
string
required
type
enum<string>
required
Available options:
confluence,
disa,
google_drive,
jira,
one_losp,
sap_btp,
sharepoint,
still_sales_and_service
id
string | null

Response

Successful Response

{key}