Registrations

  • Endpoint: https://app.plecto.com/api/v2/registrations/

  • Methods: GET, POST, PUT, DELETE

  • Description: Retrieve, update, or delete registrations associated with a data source.

  • Usage information:

    • You can GET, PUT and DELETE a specific registration on the url /api/v2/registrations/<data_source>/<uuid>/

    • You can filter registration with the following query string parameters:

      • start_date (https://app.plecto.com/api/v2/registrations/?start_date=2024-06-01T22:22:00)

      • end_date (https://app.plecto.com/api/v2/registrations/?end_date=2024-06-01T22:22:00)

      • reference/external_id (https://app.plecto.com/api/v2/registrations/?reference=123)

      • data_source (https://app.plecto.com/api/v2/registrations/?data_source=412c64d13fbf4c89bacd4224fb16a6db)

    • You can control pagination with the "page" parameter.

  • Example POST request to /api/v2/registrations/ above