Export Receivers
GET/exports/receivers
Exports a CSV file of receivers.
Request
Query Parameters
q string
A search term used to query through the receiver phone_number, email, and ID.
status ReceiversWalletStatus
Possible values: [DRAFT
, READY
, REGISTERED
, FLAGGED
]
Exact match on the status of the receiver wallet.
Example: DRAFT
created_at_after string
Only return receivers that are created after this date. Format: YYYY-MM-DD
Example: 2006-01-02
created_at_before string
Only return receivers that are created before this date. Format: YYYY-MM-DD
Example: 2006-01-02
sort string
Possible values: [created_at
]
Default value: created_at
Field used to sort receivers
direction string
Possible values: [asc
, desc
]
Default value: asc
Direction for sorting receivers.
Responses
- 200
- 401
- 403
CSV file of receivers
- text/csv
- Schema
Schema
string
Unauthorized
- */*
- application/json
- Schema
- Example (from schema)
Schema
error string
extras
object
status number
message string
{
"error": "Not authorized",
"extras": {
"status": 401,
"message": "Not authorized"
}
}
- Schema
- Example (from schema)
- Example
Schema
any
{
"error": "Not authorized",
"extras": {
"status": 401,
"message": "Not authorized"
}
}
{
"error": "Not authorized",
"extras": {
"status": 401,
"message": "Not authorized"
}
}
Forbidden
- */*
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "Forbidden"
}
- Schema
- Example (from schema)
- Example
Schema
any
{
"error": "Forbidden"
}
{
"error": "Forbidden"
}
Loading...