Skip to content

Authentication

Screenshots.pro expects you to supply an API key with every request.

Sending authenticated requests

Add the following header to your request:

Authorization: Bearer API_KEY

where API_KEY is your personal API key.

Obtaining the authorization token

Authorization tokens can be obtained from your account dashboard:

You will need to have an appropriate plan to make successful API requests.

You can also revoke and refresh this token if it was compromised.

Back to top