Test that an API key is valid.
cURL
curl --request GET \ --url https://app.loops.so/api/v1/api-key \ --header 'Authorization: Bearer <token>'
{ "success": true, "teamName": "My team" }
401 Forbidden
Was this page helpful?