cURL
curl --request GET \ --url https://api.example.com/api/core/credentials/{credential_type} \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "display_name": "<string>", "type": "confluence" } ]
Retrieve all credentials of a specific type
Bearer token authentication. Format: 'Bearer '
Successful Response
confluence
disa
google_drive
jira
one_losp
sap_btp
sharepoint
still_sales_and_service
Was this page helpful?