Send requests
This section covers how to use your API key to access Proteus Shield services.
Use Your API Key
There are several ways to include your API key in your requests:
Using the Authorization header: "Authorization: Bearer API_KEY"
Using the token query parameter: ?token=API_KEY
Troubleshooting
There are a few things to keep in mind when sending requests to Proteus Shield:
If you are using the token query parameter, make sure to URL encode the API key.
If you are getting a 401 error, make sure you are using the correct API key.
If you are getting a 500 error, it could be a server error. Please try again later or contact us for further assistance. In the meantime, you can try using a different API key.
Last updated