Get short code
Retrieves the details of a short code.
Permissions
The API token used to authenticate must have the following scope(s) enabled to make a successful request: Numbers.
Retrieves the details of a short code.
The API token used to authenticate must have the following scope(s) enabled to make a successful request: Numbers.
The type of number (always ‘shortcode’).
The ISO 3166-1 alpha-2 country code.
The lease duration of the short code (e.g., ‘12 months’).
The URL to send message requests to when using laml_webhooks handler.
The ID of the LāML application to handle messages when using laml_application handler.
The Relay context to use when using relay_context handler.
SignalWire Basic Authentication using Project ID and API Token.
The client sends HTTP requests with the Authorization header containing the word Basic followed by a space and a base64-encoded string of project_id:token. The project ID will be used as the username and the API token as the password.
Example: