API Reference
Get Collab Scene
GET /api/v1/collab-scenes/{sceneId} — Retrieve scene status and performer progress.
Authorization
BearerAuth AuthorizationBearer <token>
Partner API key. Use ez_test_ prefix for sandbox, ez_live_ for production.
In: header
Path Parameters
sceneId*string
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://easy2257.com/api/v1/collab-scenes/cs_xyz789"{
"sceneId": "string",
"status": "pending_signatures",
"performers": [
{
"email": "performer@example.com",
"status": "pending_consent",
"preEnrolled": true
}
],
"fees": {
"sceneFeeCents": 500,
"onboardingFeeCents": 2500,
"totalCents": 3000,
"charged": true,
"stripeChargeId": "ch_3N..."
},
"expiresAt": "2019-08-24T14:15:22Z",
"publications": [
{
"id": "pub_abc123",
"contentUrl": "https://your-platform.com/post/12345",
"publishedAt": "2019-08-24T14:15:22Z",
"removedAt": "2019-08-24T14:15:22Z"
}
]
}{
"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"
}{
"error": "externalUserId is required",
"code": "missing_parameter"
}