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.

info

A SideShift.ai account represents your integration, not an individual end user. You only need one account for your entire integration.

Responses

Account successfully created
Schema
    id stringrequired

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

    secret stringrequired

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

Loading...