Skip to main content

Creating Apps

Use this guide to create an app and prepare it for OAuth integrations.

1) Create app record

In the developer portal, create a new app with a clear name and description.

2) Configure redirect URI

Add at least one redirect URI for your environment (local, staging, production).

3) Save credentials

Copy and store your client_id for authorize and token requests.

4) Configure permissions

Select the required permissions for your integration in the portal.

5) Test with quickstart

Continue with Quickstart to verify end-to-end authorization.