Getting Started
Authentication
Authenticating with your SKULabs API Key
To access the API endpoints, you need to authenticate your requests. Below are the available authentication methods:
1
Bearer Token Authentication
Include your access token in the Authorization header using the “Bearer” scheme.
2
SKULabsToken Authentication
Similar to Bearer Token Authentication, but use the “SKULabsToken” scheme in the Authorization header.
3
Basic Authentication
You can also use Basic Authentication by providing your API key as the password. The username can be any string.
When you’re ready to start using our API, replace “your_access_token_here” with your actual access token.