# Send a single SMS (GET) **GET /v1/messages/sms** Credentials are passed as URL parameters for GET requests. Request is asynchronous; final status is delivered to callbackUrl. ## Servers - Production: https://api.sierrahive.com (Production) ## Parameters ### Query parameters - **clientid** (string) - **clientsecret** (string) - **token** (string) Wallet token - **from** (string) - **to** (string) - **reference** (string) - **content** (string) - **callbackUrl** (string(uri)) ## Responses ### 200 Accepted for processing (initial status) #### Body: application/json (object) - **Cost** (number(float)) Initial cost (may be 0.0 at submission time) - **Destination** (string) - **Id** (string(uuid)) ID from AppHive - **Ticket** (string(uuid)) Same as Id - **ClientReference** (string | null) Your reference (if provided) - **Status** (string) Initial transaction status ### 400 Bad request ### 401 Unauthorized [Powered by Bump.sh](https://bump.sh)