Creator connections
Get fanvue connection status
Check a Fanvue connection using the continuationId returned when connecting the account. Returns its status, expiry and creatorId when complete. Use after the user authorizes Fanvue; expired authorization requires a new connection attempt.
GET
/v1/agencies/{agencyId}/creator-connections/fanvue/authorizations/{continuationId}Check a Fanvue connection using the continuationId returned when connecting the account. Returns its status, expiry and creatorId when complete. Use after the user authorizes Fanvue; expired authorization requires a new connection attempt.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
agencyId*string
Length
1 <= lengthcontinuationId*string
Match
^[a-f0-9]{64}$Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/agencies/string/creator-connections/fanvue/authorizations/string" \ -H "Authorization: Bearer YOUR_API_KEY"{ "data": { "continuationId": "string", "status": "string", "creatorId": null, "error": null, "expiresAt": "string" }, "meta": { "requestId": "string" }}