Retrieve profiles from your workspace v2

This endpoint retrieves complete user submissions from various workflows, unlike events, which only contain specific updates. Use the before and after parameters to define a time range for your search.

  • Authentication:
    Use Authorization v2 for authentication.
  • Time Range:
    Use the before and after query parameters to define a time range with UNIX timestamps.
  • Limit:
    Use the limit query parameter to specify the maximum number of items to return. The default is 20, but you can choose any number between 1 and 50.
  • Pagination:
    Use the page query parameter to specify the page number. Page numbers start at 0, with the default being the first page.
Language
Authorization
Bearer
JWT
Click Try It! to start a request and see the response here!