cURL
curl --request GET \ --url https://api.weblinq.dev/v1/api-keys/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "id": "<string>", "name": "<string>", "start": "<string>", "prefix": "<string>", "userId": "<string>", "enabled": true, "requestCount": 123, "remaining": 123, "lastRequest": "<string>", "expiresAt": "<string>", "createdAt": "<string>", "updatedAt": "<string>", "metadata": {} }, "creditsCost": 123, "requestId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "timestamp": "2023-11-07T05:31:56Z" }
Get details of a specific API key
Enter your API token or session token
1
API key details
The response is of type object.
object