Store an encrypted platform credential for Relay executions.
cURL
curl --request POST \ --url https://api.selcor.ai/v1/relay/credentials \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "label": "Dentrix Main", "platform": "dentrix", "login_url": "https://app.dentrix.com/login", "username": "<string>", "password": "<string>", "totp_secret": "<string>" } '
{ "data": { "id": "<string>", "label": "<string>", "platform": "<string>", "login_url": "<string>", "username": "<string>", "verified": true, "created_at": "<string>" }, "request_id": "<string>" }
API key in format: sk_live_...
1 - 255
"Dentrix Main"
1 - 100
"dentrix"
"https://app.dentrix.com/login"
1
Credential created
Show child attributes
Was this page helpful?