Versions Compared

Key

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

...

Example of successful response JSON:

Code Block
languagehtmljson
{
  "message": "string", // short success or error message
  "description": "string" // additional information
  "access_token": "string" // access token which will be used for sending the webhook request
}

...