fetchBroadcasterSpecificPersonalDataWithCaptureAnswers

❗️

Deprecated

This JSON-RPC method is deprecated.

Fetch list of Cleeng Capture answers for given broadcaster and customer

Parameters

NameTypeDescription
publisherToken*stringYou can find your publisher token at api-keys page.
userId*integerCleeng customer identifier

Response

{
    "result": {
        "firstName": "John",
        "lastName": "Doe",
        "address": null,
        "address2": null,
        "city": null,
        "postCode": null,
        "country": null,
        "email": null,
        "birthDate": null,
        "companyName": null,
        "phoneNumber": null,
        "broadcasterId": 123456789,
        "customAnswers": []
    },
    "id": "1"
}