APIs
Authentication
The Detected API uses a bearer token for authentication of all requests,
You can retrieve your API token from the dashboard:
- Log in to your account.
- Navigate to the Account Setup section.
- Locate the API Token in the Integration Information section.
Ensure that you keep your API token secure, as it provides access to your account API functionality.
Curl
1curl https://detected.app/example/endpoint
2 -H "Accept: application/json"
3 -H "Authorization: Bearer {token}"