Returns a paginated list of stored credentials.
cURL
curl --request GET \ --url https://api.selcor.ai/v1/relay/credentials \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "label": "<string>", "platform": "<string>", "login_url": "<string>", "username": "<string>", "verified": true, "last_verified": "<string>", "created_at": "<string>" } ], "pagination": { "has_more": true, "next_cursor": "<string>" }, "request_id": "<string>" }
API key in format: sk_live_...
1 <= x <= 100
25
List of credentials
Show child attributes
Was this page helpful?