cURL
curl --request POST \ --url https://api.typeauth.com/{account_id}/token/create/{application_id} \ --header 'Content-Type: application/json' \ --data ' { "amount": 99, "tags": [ "<string>" ] } '
{ "success": true, "message": "<string>", "data": [ { "id": "<string>", "name": "<string>", "description": "<string>", "domain": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "originHostname": "<string>", "detailResponse": true, "auth_id": "<string>", "llmcache_id": "<string>", "abuse_id": "<string>", "tags": [ "<string>" ] } ] }
Documentation IndexFetch the complete documentation index at: https://docs.typeauth.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.typeauth.com/llms.txt
Use this file to discover all available pages before exploring further.
x <= 100
Tags of the application
5
Application created successfully
Show child attributes
Was this page helpful?