Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Before sending the request, make sure to whitelist your IP through which you are sending API request in the whitelist section.

Request Parameters:

Method

Status
colour

Blue

Green
title

GET

POST

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
}

...