Authenticated requests
{
"query": "<ESCAPED_QUERY>",
"variables": {
"merchantId": "<MERCHANT_ID>",
"payload": "<JWT>"
}
}Content-Type: application/json
Authorization: Bearer <TOKEN>Encode and sign payload content
Last updated
Was this helpful?