cURL
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>", "display_name": "<string>", "type": "confluence" }
Add a new credential configuration
Bearer token authentication. Format: 'Bearer '
confluence
disa
google_drive
jira
one_losp
sap_btp
sharepoint
still_sales_and_service
cloud_storage
manually_synced
Successful Response
Was this page helpful?