Services List API: View Supported Check Types
List all supported service types and their current availability.
Code example:
curl --location 'https://api.ekycpro.ai/v1/services'Response example
{ "success": true, "services": [ {"type": "facebook", "data_type": "phone", "enabled": true}, {"type": "instagram", "data_type": "phone", "enabled": true}, {"type": "netflix", "data_type": "email", "enabled": true} ]}HTTP Request
GET https://api.ekycpro.ai/v1/services
Response Fields
| Field | Type | Description |
|---|---|---|
success | bool | Request succeeded |
services[].type | string | Service type identifier |
services[].data_type | string | phone or email |
services[].enabled | bool | Real-time checking available |
Status Codes
| Status | Description |
|---|---|
200 | Request successful |