Skip to main content

Create account

POST 

/create-account

Creates a new SideShift.ai account and returns the account id and secret.

The id can be used as affiliateId in shift creation requests to earn commissions. The secret should be stored securely and is used for authentication via the x-sideshift-secret header in subsequent requests.

This endpoint is also how you rotate credentials: it issues a new account (id + secret). Switch your integration to the new values. It does not rotate the secret on an existing account.

info

A SideShift.ai account represents your integration, not an individual end user. Use one account for your entire integration. Create another only to rotate credentials.

Responses

Account successfully created
Schema
    idstringrequired

    The account ID. Can be used as affiliateId when creating shifts.

    secretstringrequired

    The account secret. Used for authentication via the x-sideshift-secret header. Store securely and never share.