Easy2257
ApiTalent

Check Performer

POST /api/v1/talent/check — Look up performer verification status.

POST
/api/v1/talent/check

Authorization

BearerAuth
AuthorizationBearer <token>

Partner API key. Use ez_test_ prefix for sandbox, ez_live_ for production.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://easy2257.com/api/v1/talent/check" \  -H "Content-Type: application/json" \  -d '{    "email": "performer@example.com"  }'
{
  "found": true,
  "verified": true,
  "lastVerifiedAt": "2026-04-01"
}
{
  "error": "externalUserId is required",
  "code": "missing_parameter"
}
{
  "error": "externalUserId is required",
  "code": "missing_parameter"
}
{
  "error": "externalUserId is required",
  "code": "missing_parameter"
}
{
  "error": "externalUserId is required",
  "code": "missing_parameter"
}