Register a user account for access to the Orcabase API. This endpoint allows you to provide details about the user account, such as account ID, account name, timezone, and currency, to enable API access. It is an alternative to registering accounts manually through the Triple Whale Developer Portal.

Body Params
string
required

Your app’s unique client ID token, provided during developer app registration as client_id. To retrieve it, visit Developer App > App Settings.

string
required

Your user's unique account ID. Must be globally unique (recommended to use unique ID from your existing systems). Note that when connecting to a sales platform (e.g. Shopify, WooCommerce, BigCommerce), the user's account ID must match their existing shop ID (e.g. example-user-shop.myshopify.com).

string
required

The name of the user's account.

string
required

The IANA Time Zone Database identifier for the user's timezone.

string
required

The ISO 4217 code representing the currency for the user's account.

Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json