Test that an API key is valid.
curl --request GET \ --url https://app.loops.so/api/v1/api-key \ --header 'Authorization: Bearer <token>'
{ "success": true, "teamName": "My team" }
No parameters.
The name of the team the API key belongs to.
An error message.
Was this page helpful?