post https://api.toky.co/v1/applications
This endpoint register an App that would use Toky libs (like the Toky Phone JS SDK) in order to obtain an access token
Log in to see full request history
Responses
This endpoint register an App that would use Toky libs (like the Toky Phone JS SDK) in order to obtain an access token
xxxxxxxxxx
12curl --location --request POST 'https://api.toky.co/v1/applications' \
--header 'X-Toky-Key: {{api_key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"app_name": "My application",
"description": "My awesome application",
"allowed_domains": [
"toky.co",
"another.net"
],
"agent_id": "john@doe.co"
}'
Try It!
to start a request and see the response here! Or choose an example: