curl --request GET \
--url https://gateway.architect.exchange/api/api-keys \
--header 'Authorization: Bearer <token>'{
"api_keys": [
{
"api_key": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"key_type": "full_access"
}
]
}curl --request GET \
--url https://gateway.architect.exchange/api/api-keys \
--header 'Authorization: Bearer <token>'{
"api_keys": [
{
"api_key": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"key_type": "full_access"
}
]
}