Vasps
Coming Soon*
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
afterstringOptional
When provided, specifies the last item returned in previous page, used to fetch the next page. Fetches the first page when omitted.
limitintegerOptional
When provided, specifies the number of items to return in the page. Uses default page size of 10 when omitted.
Responses
200
Successful response
application/json
afterstring · nullableOptional
The token of the last item in the response
totalCountintegerOptionalExample:
The total number of items in the entire filtered data set
1400
Validation Error
401
Unauthorized
403
Insufficient Privileges
404
Not Found
application/json
409
Duplicate request error
application/json
4XX
Client error
5XX
Server error
get
/v1/vaspsLast updated