Quick Start

Getting Started

Before you begin, please make sure you already have a Ducksms API Token, or signup for a Ducksms account here.

Using your Ducksms API TOKEN, available from the Web Console page, you can now send an SMS message using the available API Methods with a simple code.

Example using codes below to get a credit balance:

Replace the {API TOKEN} with your token

curl --request GET
--url https://ducksms.com/api/v1/credits/balance
--header 'Authorization: Bearer {API TOKEN}'
--header 'Content-Type: application/json'
--header 'accept: application/json'

Last updated