API basics
Requests and responses
// Example response
{
"error": false,
"message": "Here's looking at you, kid."
}Webhooks
// Example asynchronous request
{
"apikey": "sk_test_xxxxxxx",
"appid": "my-cool-app",
"uid": "uuid-uuid-uuid",
"webhook": "https://your.web.hook.com",
"signature": "string" // an identifier to verify the response is from stub
}Retries
Last updated
