Authenticate with Scripto's API 🀝

All API endpoints are authenticated using the Basic HTTP authorization header in this form:

      `Authorization: Basic <credentials>` 

Where you replace the<credentials>value with a base64 encoding of the API key and secret separated by a colon.

The interactive editor in on the API Reference page provides a simple mechanism to make authenticated requests. Enter your API key and secret in the authentication fields...

...and you can generate code snippets for a variety of programming languages, including auto-generating the base64 encoded value you'll need.