Skip to content

Instantly share code, notes, and snippets.

@harlow
Last active September 6, 2015 04:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harlow/cd04516c237e5aea3ba0 to your computer and use it in GitHub Desktop.
Save harlow/cd04516c237e5aea3ba0 to your computer and use it in GitHub Desktop.
Example webhook from Company API
{
"id": "custom_id", // the webhook_id passed in the lookup params
"status": 200,
"type": "company",
"body": {
// Company attributes
}
}
{
"id": "custom_id", // the webhook_id passed in the lookup params
"status": 404,
"type": "company",
"body": null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment