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>", "totp": "<string>" } '
{ "api_key": "<string>", "api_secret": "<string>" }
User session token
Optional 2FA code, if 2FA is enabled/required for the user.
API key created successfully