Skip to main content
GET
/
v2
/
allowlist-items
Error
A valid request URL is required to generate request examples
{
  "items": [
    {
      "id": 123,
      "value": "<string>",
      "created_at": "<string>",
      "allowed_actions": {
        "actions": [
          "EXCHANGE",
          "REFUND_ORIGINAL_PAYMENT_METHOD",
          "REFUND_STORE_CREDIT"
        ]
      },
      "description": ""
    }
  ],
  "page_info": {
    "has_prev_page": true,
    "has_next_page": true,
    "start_cursor": "<string>",
    "end_cursor": "<string>",
    "start_index": 123,
    "end_index": 123,
    "total_count": 123
  }
}

Headers

x-frate-api-token
string | null

Query Parameters

after
string | null
before
string | null
order
enum<string>
default:DESC
Available options:
DESC,
ASC
limit
integer | null
default:100

Response

Successful Response

AllowlistItemList Serializer

items
AllowlistItem · object[]
required
page_info
PageInfoSerializer · object
required

PageInfo Serializer