cURL
curl --request POST \ --url https://gateway.architect.exchange/api/api-keys \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "password": "<string>", "username": "<string>", "allowed_ips": [ "<string>" ], "totp": "<string>" } '
{ "api_key": "<string>", "api_secret": "<string>" }
Documentation IndexFetch the complete documentation index at: https://docs.architect.exchange/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.architect.exchange/llms.txt
Use this file to discover all available pages before exploring further.
User session token
Type of API key, determining its access level
full_access
read_only
Optional 2FA code, if 2FA is enabled/required for the user.
API key created successfully