cURL
curl --request GET \ --url https://api.weryai.com/v1/generation/api-key/list \ --header 'Authorization: Bearer <token>'
{ "status": 0, "desc": "success", "message": "success", "data": [ { "api_key": "sk-xxxxxxxxxxxxxxxx", "desc": "My production key", "trace_id": "trace_xxx", "create_time": 1710000000000 } ] }
Get the list of all API key configurations for the current user.
Authenticate using Bearer token. Get your API Key from the WeryAI Console.
Example: Authorization: Bearer sk-xxxxxxxxxxxxxxxx
Authorization: Bearer sk-xxxxxxxxxxxxxxxx
Query successful
Business status code
0
Status description
"success"
Multi-language message
Show child attributes