List payroll migration imports for a legal entity
Authentication
Path parameters
Query parameters
An opaque cursor from the previous page’s pagination.next_cursor. Omit it for the first page.
An opaque cursor from the previous page’s pagination.next_cursor. Omit it for the first page.
List the payroll migration imports submitted for a legal entity, newest first, alongside the period the entity’s payroll data on the Deel side already covers. Paginated: while pagination.has_more is true, pass pagination.next_cursor back as cursor. Error codes: 400 BAD_REQUEST (unresolvable cursor), 401 UNAUTHORIZED, 403 FORBIDDEN, 403 PAYROLL_MIGRATION_IMPORT_DISABLED, 404 NOT_FOUND, 500 INTERNAL_SERVER_ERROR.
Token scopes: global-payroll:read
The Deel API uses bearer tokens to authenticate requests. All API calls must be made over HTTPS — calls over plain HTTP or without authentication will fail.
Standard OAuth2 security scheme based on https://swagger.io/docs/specification/authentication/