Bearer Token Authentication
Include your access token in the Authorization header using the “Bearer” scheme.
SKULabsToken Authentication
Similar to Bearer Token Authentication, but use the “SKULabsToken” scheme in the Authorization header.
Authenticating with your SKULabs API Key
Bearer Token Authentication
Authorization: Bearer your_access_token_here
SKULabsToken Authentication
Authorization: SKULabsToken your_access_token_here