Skip to main content

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:

  1. Open Settings -> Developer settings
  2. Choose Generate API credential
  3. Give the credential a clear name
  4. Copy the Client Id and Client Secret
  5. 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:

  1. Open the Webhooks section in Developer settings
  2. Register an HTTPS endpoint
  3. Select only the event types your integration needs
  4. 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.