Authentication

Smarter Drafter supports API Key HTTP authentication.

Each request you make to the Smarter Drafter API must include an API key using the header X-SmarterDrafter-Key in the request headers following the given format.

{  
  "X-SmarterDrafter-Key": "SD-***" 
} 

Your API keys grant account-wide access to all entities without restriction, so be sure to keep them secure.

All API requests must be made over HTTPS and must include your API keys.

A single account-wide API key can be created at Account > General > API Keys