API Reference

This endpoint is sent to the partner at the address they registered using the create method of the webhook_checkin API. The payload sent to the partner is as follows:

  "type": "CHECK_IN_CREATED",
  "endpoint": "https://admin.staging.totalpass.com/api/v1/webhook_confirmations/TXIefq1R0-w59n6XLaMhR425lS0olXdTSnQ0qJUNZpnF2GGyUWcjrw==",
  "check_in": {
    "started_at": "2024-08-07T17:54:16.271-03:00",
    "expires_at": "2024-08-07T19:24:16.271-03:00"
  },
  "place": {
    "place": "5e701467-4d80-40a4-b78a-00490a6feb9b",
    "name": "Batatinha",
    "code": "59TADO9F"
  },
  "user": {
    "name": "Cleveland Wolf",
    "email": "[email protected]",
    "phone": "6399907-8947",
    "document_number": "66844563680",
    "document_type": "cpf",
    "code": "EQ2B3FBK"
  }
} ```

 
Language
URL
Click Try It! to start a request and see the response here!