Authorization
This API let you obtain authorization token to be used in all other APIs.
Authorization Token
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{ "name": "Cake's name", "recipe": "Cake's recipe name", "cake": "Binary cake"}{ "message": "Ain't no cake like that."}curl -X POST "https://<your domain>/api_smsc/v1/auth" -H "accept: application/json" -H "Content-Type: application/json" -d "{ \"password\": \"xxxxx\", \"user_name\": \"xxxxxxxxx\"}"
Last updated