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.