An auth_token should be provided to authenticate a session.
To obtain an auth_token, see the /api/v1/authenticate POST request.
Filters endpoints by field value.
Use <field>:<criteria> format.
Combine multiple filters with commas (for example, status:0,tags:sensor).
Links to navigate between pages (first, previous, next, last).
Applied filter criteria from the q parameter.
Applied sort field from the sort parameter.
Endpoint connectivity status.
Values are 0 (Enabled), 1 (Disabled), or 2 (Deleted).
Date and time when the endpoint was created (ISO 8601 format).
Date and time when the endpoint was last modified (ISO 8601 format).
International Mobile Equipment Identity with Software Version Number (IMEISV) (16 digits).
If true, this endpoint only allows connections from the device with the specified IMEI.
Structured tag data with color information.
Alternative to the comma-separated tags field.
SIM card assigned to this endpoint.
null if no SIM is assigned.
International Mobile Equipment Identity with Luhn check digit, without Software Version Number (SVN) (15 digits).
Real-time network attachment data. Only present when the endpoint is connected.
Sorts endpoints by field value.
Use <operator><field> format.
Combine multiple sort fields with commas (for example, -status,id).
Operators:
- descending (Z-A for text, highest number first)+ ascending (A-Z for text, lowest number first)Defaults to ascending order if no operator is specified.
Defaults to id if no sort field is specified.
Endpoints with identical values are sorted by ascending id.