SMS
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
limitinteger · min: 1 · max: 1000OptionalDefault:
Maximum number of SMS records to return
1000Example: 100offsetintegerOptionalDefault:
Number of records to skip (for pagination)
0Example: 10timestampstring · dateOptionalExample:
Filter SMS records by ISO date (YYYY-MM-DD format)
2024-01-15Pattern: ^\d{4}-\d{2}-\d{2}$orderstring · enumOptionalDefault:
Temporal sort order for the results
DESCExample: ASCPossible values: Responses
200
OK
application/json
get
/sms/usage/200
OK
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
sim_idstringRequiredExample:
SIM ID
000000001Query parameters
limitinteger · min: 1 · max: 1000OptionalDefault:
Maximum number of SMS records to return
1000Example: 100offsetintegerOptionalDefault:
Number of records to skip (for pagination)
0Example: 10timestampstring · dateOptionalExample:
Filter SMS records by ISO date (YYYY-MM-DD format)
2024-01-15Pattern: ^\d{4}-\d{2}-\d{2}$orderstring · enumOptionalDefault:
Temporal sort order for the results
DESCExample: ASCPossible values: Responses
200
OK
application/json
get
/sms/usage/{sim_id}200
OK
Last updated