Retrieve a single credential by ID.
cURL
curl --request GET \ --url https://api.selcor.ai/v1/relay/credentials/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "label": "<string>", "platform": "<string>", "login_url": "<string>", "username": "<string>", "verified": true, "last_verified": "<string>", "created_at": "<string>" }, "request_id": "<string>" }
API key in format: sk_live_...
"cred_abc123"
Credential details
Show child attributes
Was this page helpful?