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", "public_information": "<string>" }
Add a new credential configuration
Documentation IndexFetch the complete documentation index at: https://docs.genow.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.genow.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token authentication. Format: 'Bearer '
confluence
disa
google_drive
google_oauth
jira
one_losp
sap_btp
servicenow
sharepoint
still_sales_and_service
cloud_storage
manually_synced
Successful Response
Was this page helpful?