Skip to content

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

FieldTypeDescription
successboolRequest succeeded
services[].typestringService type identifier
services[].data_typestringphone or email
services[].enabledboolReal-time checking available

Status Codes

StatusDescription
200Request successful