Retrieve a paginated list of physical nexuses for a specific organization.
cURL
curl --request GET \ --url https://api.trykintsugi.com/v1/nexus/physical_nexus \ --header 'X-API-KEY: <api-key>' \ --header 'x-organization-id: <api-key>'
{ "items": [ { "country_code": "US", "state_code": "CA", "start_date": "2024-01-01", "category": "PHYSICAL_BUSINESS_LOCATION", "id": "phys_ABC123DEF456" }, { "country_code": "US", "state_code": "NY", "start_date": "2024-03-15", "category": "TELECOMMUTING_OR_REMOTE_EMPLOYEE", "id": "phys_XYZ789GHI012" }, { "country_code": "US", "state_code": "TX", "start_date": "2024-06-01", "category": "PHYSICAL_BUSINESS_LOCATION", "external_id": "ext_98765", "id": "phys_456DEF123ABC" }, { "country_code": "US", "state_code": "FL", "start_date": "2024-07-01", "end_date": "2024-12-31", "category": "TELECOMMUTING_OR_REMOTE_EMPLOYEE", "external_id": "ext_54321", "id": "phys_321CBA654FED" }, { "country_code": "US", "state_code": "WA", "start_date": "2024-09-01", "category": "PHYSICAL_BUSINESS_LOCATION", "id": "phys_654FED321CBA" } ], "total": 2, "page": 1, "size": 50, "pages": 1 }
Page number
x >= 1
Page size
1 <= x <= 100
Successfully retrieved physical nexuses
Show child attributes
x >= 0