Skip to main content
GET
/
api
/
core
/
credentials
/
{credential_id}
Get credential by ID
curl --request GET \
  --url https://api.example.com/api/core/credentials/{credential_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "display_name": "<string>",
  "type": "confluence",
  "public_information": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer '

Path Parameters

credential_id
string
required

Response

Successful Response

id
string
required
display_name
string
required
type
enum<string>
required
Available options:
confluence,
disa,
google_drive,
google_oauth,
jira,
one_losp,
sap_btp,
servicenow,
sharepoint,
still_sales_and_service,
cloud_storage,
manually_synced
public_information
string | null