...
Before sending the request, make sure to whitelist your IP through which you are sending API request in the whitelist section.
Request Parameters:
Method |
|
---|
|
| ||
Body | JSON | |
---|---|---|
Headers | Content-Type: application/json | |
Auth | None | |
URL | Please contact your Customer Success Manager for the URL |
Request Payload:
Code Block |
---|
{ "phonon-uuids": [ {"<36 character alphanumeric Phonon UUID>"}, {"<36 character alphanumeric Phonon UUID>"}, ... ], "fetch-attempt": "ALL" // ALL = Fetch all attempts; LAST = Fetch only last attempt } |
...