cURL
curl --request POST \ --url https://api.typeauth.com/{account_id}/authentication/create \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "ratelimit": { "limit": 123, "timeWindow": 123 }, "refill": { "amount": 123, "interval": "dalily" }, "remaining": 123, "keyType": "jwt", "jwt_id": "<string>", "expires": 123, "byteLength": 123, "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.
Name of the authentication profile
Show child attributes
jwt
token
Tags of the application
5
Authentication profile created successfully
Was this page helpful?