Easy2257
API Reference

Get Production

GET /api/v1/productions/{productionId}: current documentation status of a production.

Productions are partner-scoped. A production is visible only to the partner it is linked to, and anything else returns 404 rather than 403. If you received a production.documented webhook for it, it is linked to you and this endpoint will return it.

GET
/api/v1/productions/{productionId}

Authorization

BearerAuth
AuthorizationBearer <token>

Partner API key from partner.easy2257.com/api-keys. Only ez_live_ keys are accepted. A key beginning with ez_test_ is rejected with 403 and code TEST_MODE_UNAVAILABLE before any handler runs: there is no sandbox, and every handler writes production records, provisions real users, and sends real email. New partner accounts start with a test key, so create a live key before your first call.

In: header

Path Parameters

productionId*string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://easy2257.com/api/v1/productions/cmd3p8w1k0002qz8h9j4r7v5s"
{
  "id": "cmd3p8w1k0002qz8h9j4r7v5s",
  "status": "pending_documentation",
  "performerCount": 3,
  "documentedAt": "2026-04-24T18:00:00Z",
  "custodianName": "string",
  "custodianAddress": "string",
  "takedownContact": "takedown@easy2257.com",
  "lastVerifiedAt": "2019-08-24T14:15:22Z"
}
{
  "error": "email, externalUserId, and callbackUrl are required",
  "code": "missing_parameter",
  "field": "contentType"
}
{
  "error": "email, externalUserId, and callbackUrl are required",
  "code": "missing_parameter",
  "field": "contentType"
}
{
  "error": "email, externalUserId, and callbackUrl are required",
  "code": "missing_parameter",
  "field": "contentType"
}
{
  "error": "email, externalUserId, and callbackUrl are required",
  "code": "missing_parameter",
  "field": "contentType"
}
{
  "error": "Too many requests. Please slow down.",
  "retryAfter": 14,
  "limit": 60,
  "remaining": 0,
  "reset": 1714000060000
}
{
  "error": "email, externalUserId, and callbackUrl are required",
  "code": "missing_parameter",
  "field": "contentType"
}