Skip to main content

Retrieve an Account Event

To retrieve a specific account event, simply perform a GET request. The response will return the most up-to-date JSON for the event in question. If the identifier is not associated with any object, an HTTP Status 404 is returned.

Possible events:

  • device_validation
  • pre_pix_transaction
  • registration_data_validation

GET https://api.caas.qitech.app/event_type/{event_name}/event/{event_id}

curl "https://api.caas.qitech.app/event_type/device_validation/event/12345678"
-H "Authorization: EXAMPLE-OF-API-KEY"