Email
Test Your Loops API Key
Test your Loops API key with the contacts endpoint. Securely validate your credentials.
LoopsServer Side Only
Test your Loops API key with the contacts endpoint
Terminal Required
This API cannot be tested directly in the browser due to CORS or security restrictions. Use the generated command below in your terminal.
curl -X POST "https://app.loops.so/api/v1/contacts/find" \
-H "Authorization: Bearer " \
-d "email=user@example.com"