Skip to content

Getting Started

Prerequisites

Before integrating, you will need:

  • An active Spayon vendor account (Production or Staging)
  • A publicly accessible server endpoint to receive callbacks
  • A secure server-side environment for storing credentials (never expose them client-side)

Production requirement

Production callbacks must use HTTPS. Staging accepts both HTTP and HTTPS.

Obtaining API Credentials

Your Client ID and Client Secret are retrieved from the Vendor Admin Panel.

text
1. Navigate to: admin.spayon.io
2. Log in to your vendor account
3. Go to the Settings page
4. Copy your Client ID and Client Secret
text
1. Navigate to: angular-app-marketplace-staging.s3-website.eu-north-1.amazonaws.com
2. Log in to your staging vendor account
3. Go to the Settings page
4. Copy your Client ID and Client Secret

Keep credentials secure

Credentials are static and do not rotate automatically. Store them in environment variables or a secrets manager — never in source code or client-side code. If credentials are compromised, contact Spayon support immediately for regeneration.

Next Step

Once you have your credentials, generate a Bearer token to start making API calls.