Launch a browser session and attempt to log in with the stored credential.
cURL
curl --request POST \ --url https://api.selcor.ai/v1/relay/credentials/{id}/verify \ --header 'Authorization: Bearer <token>'
{ "data": { "verified": true }, "request_id": "<string>" }
API key in format: sk_live_...
Verification result
Show child attributes
Was this page helpful?