Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://app.cr3dentials.xyz/v1/partner/browser-platforms \ --header 'x-api-key: <api-key>'
{ "status": "success", "data": [ { "id": 1, "name": "uber", "displayName": "Uber", "description": "Uber driver account verification", "icon": "https://cdn.cr3dentials.xyz/icons/uber.png", "loginUrl": "https://auth.uber.com/v2", "allowCustomUrl": false, "config": {}, "isActive": true, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ] }
Retrieves the list of verification platforms available for browser sessions.
Your partner API key. Alternatively, pass Authorization: Bearer <key>.
Authorization: Bearer <key>
List of available platforms
"success"
Show child attributes