Getting Started
Last updated
Was this helpful?
Last updated
Was this helpful?
In order to use the API you will need a DIY Surveys Account. You can register for this on the main administration platform at .
The DIY SMS API support Basic Security and . To use this you will need to create the type of access token you want to use. An access token can consist of two parts:
The AppId
which appears in the authentication header.
For an HMAC Access token, the Key
which is the hidden key used by your client and our API to encrypt and decrypt the authentication header.
To save time set up default to use with your .
More recently we allow access tokens to last for as long as you require. Previously our approach was for a more strict security conformity we only allow an access token to last for 365 days. You no longer need to renew your access token before this time to ensure your access to the API continues to function correctly.
You can create as many access tokens as you require for different applications.
Webhooks are used for . You can define as many Webhooks as you require to handle different events in the platform. You can also define custom webhooks with many of the API methods.
You are now ready to use the to send out an SMS.
You can use the Webhook feature in your account to review the callbacks you have set up and their success.
You can use the Message History to monitor inbound and outbound messages through your Account.
An organization is like an account, with the difference that you can share it with others in the DIY Surveys Platform. Use your own account as a test environment and an Organization as the live environment. Work with other team members to coordinate your efforts.