Skip to main content
GET
Read all limit requests

Authorizations

Authorization
string
header
required

Bearer authentication header on the format Bearer <API_KEY>.

Path Parameters

id
string<uuid>
required

Customer's unique identifier.

Query Parameters

cursor
integer
default:1

Page number to fetch. Use the nextCursor from the previous response.

Required range: x >= 1
size
integer
default:20

Number of limit requests to return per page.

Required range: 1 <= x <= 50

Response

200 - application/json

Resources successfully retrieved.

data
object[]

An array containing the customer's limit requests.

pagination
object

Pagination metadata for the response.