post
https://api.surense.com/api/v1/agentnumbers/exports
Export agent numbers in a 3-stage process:
(1) Filter and choose which agent numbers to export using POST /agent-numbers/exports - works like POST /agent-numbers/search with filtering, returns the UUID of the export record.
(2) Check export status using GET /agent-numbers/exports/{id} - status can be INITIATED, PROCESSING, PROCESSED, or FAILED.
(3) Download the file using POST /agent-numbers/exports/{id}/download - returns the URL of the file in the url field that can be fetched using a simple HTTP GET request.
This is Stage 1 of 3: Filter and choose which agent numbers to export.