Reports
Get Marketing Payout Report
Authorization
basic auth AuthorizationBasic <token>
Authorization header with value of Basic <auth string> where the auth string value
is a base64 encoded string of <client id>:<client secret>
In: header
Path Parameters
report_id*string
Format
uuidResponse Body
application/json
curl -X GET "https://example.com/v3/report/marketing-payouts/497f6eca-6276-4993-bfeb-53cbbbba6f08"{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "period": "string", "payout_amount": 0, "is_test": true, "paid": true, "created_at": "2019-08-24T14:15:22Z", "url": "string"}