...
Request Payload:
Code Block |
---|
{
"security-id": "<64 character alphanumeric Security ID>",
"flow-id": "<8 character alphanumeric Flow ID>",
"phonon-uuids": [
{"<36 character alphanumeric Phonon UUID>"},
{"<36 character alphanumeric Phonon UUID>"},
...
],
"fetch-attempt": "ALL" // ALL = Fetch all attempts; LAST = Fetch only last attempt
} |
...
Sample Request:
Code Block | ||
---|---|---|
| ||
{ "security-id": "a1a465d2df243a7559bfdffb65ec7b7c8e60d1b230d482debb01917fb502a999", "flow-id": "QG8k000A", "phonon-uuids": [ "b2f9909e-9ac4-4e5c-9ac8-183f24ea9436" ], "fetch-attempt": "ALL" } |
Notes:
Ensure valid JSON format
Ensure IP is Whitelisted in your account
Ensure your account validity is not expired
Ensure number of Phonon UUIDs is less than Max data size (
...
500 UUIDs is current max limit) - Response will contain api-response-message as ‘Max Data List Size Exceeded’ and no result will be fetched.
...
Response Parameters:
If there’s no data available:
...