This allows us to provide webhook/callback endpoints. ``` coffee module.exports = authy: actions: push: method: "POST" request: accept: "application/json" schema: schema_uri response: status: 200 ```
This allows us to provide webhook/callback endpoints.