requestId

requestId #

The requestId is always present at the top-level of the returned JSON. It contains an identifier for the request, generated by Blicker. The request ID is formatted as a UUID Universally Unique IDentifier (version 4). If you want to add your own identifier to a request then you can use the referenceId to specify it.

Example response #

{
    "requestId": "e52f49ab-5951-4a1f-8f18-ed54391d9431"
}