Skip to main content

Get SIM card tags

GET 
/wireless/sim_cards/tags

A list of all the unique tags currently used across your SIM cards.

Responses

200: Successful response

401: Authentication error

403: Authorization error

Request samples


curl -L 'https://api.telnyx.com/wireless/sim_cards/tags' \
-H 'Accept: application/json'

Response samples


{
"data": {
"tags": [
"string"
]
}
}