List purchased DID numbers
GET/api/v1/purchases
Retrieve a paginated list of DID numbers purchased by the authenticated user.
Features:
- Ordered by most recent first
- Pagination: 100 DIDs per page (max 1000)
- Available in JSON and CSV formats
Returned Information:
- DID number and status
- Purchase and expiration dates
- Monthly cost and features
- SMS/voice capabilities
Authentication:
- Requires Bearer token in Authorization header:
Authorization: Bearer <token>
Request
Responses
- 200
- 403
Returns list of purchased DIDs in CSV format for spreadsheet import
Returns 403 error when API token is incorrect