cURL
curl --request GET \ --url https://api.keywordsai.co/api/temporary-keys/ \ --header 'Authorization: Bearer <token>'
{ "results": [ { "id": "vcjRcdm8...", "name": "Keywords AI temporary key", "expiry_date": "2025-03-15T01:19:33.263343Z", "max_usage": -1, }, { "id": "vcjRcdm8...", "name": "Keywords AI temporary key", "expiry_date": "2025-03-15T01:19:33.263343Z", "max_usage": -1, } ], "count": 0, "previous": null, // pagination "next": null, // pagination "current_filters": {} }
Was this page helpful?