Authentication
To maintain API access, please provide your API Access key in the header with each HTTP request:
x-craft-api-key: YOUR_API_KEY
In order to request an API key, please reach out to sales@craft.co
Example with JavaScript:
You must replace <REPLACE_WITH_YOUR_KEY>
in the further examples with your company's unique API key.
Last updated