Authentication
Screenshots.pro expects you to supply an API key with every request.
Sending authenticated requests
Add the following header to your request:
where API_KEY
is your personal API key.
Obtaining the authorization token
Authorization tokens can be obtained from your account dashboard:
- My account -> Developer Console -> API token
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.