Skip to main content
GET
List Allowlist Items

Authorizations

X-Authorization
string
header
required

Response

Success

data
object[]

The data for each entry in the allowlist.

An array of links to each page.

next_page_url
string | null

The link to the next page of paginated results.

Example:

"https://api.loopreturns.com/api/v1/allowlists?page=2"

current_page
integer

The identifier associated with the current page.

Example:

1

from
string | null

The number of the first allowlist entry on the page.

Example:

1

first_page_url
string | null

The link to the first page of paginated results.

Example:

"https://api.loopreturns.com/api/v1/allowlists?page=1"

last_page
string | null

The identifier associated with the last page.

Example:

2

last_page_url
string | null

The link to the last page of paginated results.

Example:

"https://api.loopreturns.com/api/v1/allowlists?page=2"

path
string | null

The endpoint's path.

Example:

"https://api.loopreturns.com/api/v1/allowlists"

per_page
integer

The number of allowlist entries per page.

Example:

15

prev_page_url
string | null

The link to the previous page of paginated results.

to
integer | null

The number of the last allowlist entry on the page.

Example:

15

total
integer

The total number of allowlist entries returned.

Example:

20