Skip to content

External API Redirect URLs

These are the redirect URL formats to follow when creating applications and client tokens for Oauth Clients and External API integrations:

Cubed Local development server:

http://localhost:8041/api/integrations/{application_name}/callback

Cubed UAT 1-2 server:

https://{{uat_prefix}}.withcubed.com/api/integrations/{application_name}/callback

Cubed Staging server:

https://staging.withcubed.com/api/integrations/{application_name}/callback

Cubed Live server:

https://dash.withcubed.com/api/integrations/{application_name}/callback

application_name represents name of an application with which the Cubed app is integrated: Examples of application_name: adwords, facebook, tiktok, pinterest, etc.