curl --request GET \
--url http://localhost:8080/v1/rfis \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "<string>",
"merchant_id": "<string>",
"status": "open",
"category": "source_of_funds",
"urgency": "low",
"entity_type": "<string>",
"entity_id": "<string>",
"subject": "<string>",
"description": "<string>",
"questions": [
"<string>"
],
"response": "<string>",
"responded_at": "2023-11-07T05:31:56Z",
"resolution_note": "<string>",
"outcome": "<string>",
"due_at": "2023-11-07T05:31:56Z",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
],
"pagination": {
"limit": 123,
"offset": 123,
"total": 123,
"has_more": true
}
}curl --request GET \
--url http://localhost:8080/v1/rfis \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "<string>",
"merchant_id": "<string>",
"status": "open",
"category": "source_of_funds",
"urgency": "low",
"entity_type": "<string>",
"entity_id": "<string>",
"subject": "<string>",
"description": "<string>",
"questions": [
"<string>"
],
"response": "<string>",
"responded_at": "2023-11-07T05:31:56Z",
"resolution_note": "<string>",
"outcome": "<string>",
"due_at": "2023-11-07T05:31:56Z",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
],
"pagination": {
"limit": 123,
"offset": 123,
"total": 123,
"has_more": true
}
}Merchant API key: ak_live_... or ak_test_...
Maximum number of items to return
1 <= x <= 100Number of items to skip
x >= 0