An auth_token should be provided to authenticate a session.
To obtain an auth_token, see the /api/v1/authenticate POST request.
Defines the number of items per page (max. 2500)
Number of items to show per page requested via the per_page parameter.
Returns the relevant values if filtering is applied using ?q=field:criteria query parameter.
Returns the sorted data set if sorting is applied using ?sort=field query parameter.
Filter parameter in <field>:<criteria> format.
Expects a comma-separated list from the allowed fields:
idissuer_orgreseller_orgcustomer_orgiccidiccid_with_luhnstatusproduction_dateimsimsisdnendpointmodeleidsatellite_capableSort parameter in <operator><field> format.
Sort properties according to a comma-separated list from the allowed fields:
idissuer_orgreseller_orgcustomer_orgiccideidstatusproduction_dateendpointmodelIf no sorting options are specified, the response will be sorted by id.
Supported operators:
-: Descending order+: Ascending orderThe response will be shown in ascending order if no operator is specified.