Developer Settings
The Developer settings area in SpotDraft is the product-side starting point for public API integrations. Use it to generate API credentials and register webhook endpoints.
Help Center reference: Developer Settings
What developers do here
Use Settings -> Developer settings to:
- generate API credentials
- create and manage webhooks
Generate API credentials
Create a credential before making server-to-server API calls:
- Open
Settings -> Developer settings - Choose
Generate API credential - Give the credential a clear name
- Copy the
Client IdandClient Secret - Store the secret in your secrets manager
The portal docs assume these values are used through request headers. See Overview and Authentication and Regions.
Create a webhook
When your integration needs lifecycle events:
- Open the
Webhookssection in Developer settings - Register an HTTPS endpoint
- Select only the event types your integration needs
- Save the configuration
Once it is active, treat that webhook as the primary change-notification path for your integration. Use direct status fetches only when reconciling missed downstream processing, validating a new deployment, or debugging an incident. Then use Webhooks and Receive Real-Time Contract Events via Webhooks to implement the receiver.
SpotDraft does not expose product-side webhook logs in Developer settings. Keep request, delivery, verification, queue, retry, and processing logs in your own infrastructure.