Facilities

Retrieve the list of facilities in your SRECTrade account with pagination.

SecurityBearerAuth
Request
query Parameters
per_page
integer [ 1 .. 1000 ]
Default: 50

Number of facilities to display per page. If a value greater than 1000 is provided, it will be coerced to 1000.

page
integer >= 1
Default: 1

The current page number

Responses
200

Successfully retrieved facilities

401

Unauthorized

get/facilities
Response samples
application/json
{
  • "url": "app/api/v1/facilities?per_page=2&page=2",
  • "date": "2024-10-04 05:23:08 EDT",
  • "code": 200,
  • "elements": 2,
  • "page": 2,
  • "pagination": {
    },
  • "data": [
    ]
}