🚀 Quick Start

1

Get API Credentials

Create an API application in the Admin Console to get your Client ID and Secret.

2

Get Access Token

Exchange credentials for a Bearer token:

POST /oauth/token grant_type=client_credentials client_id=YOUR_ID client_secret=YOUR_SECRET
3

Make API Calls

Use the token in your requests:

Authorization: Bearer YOUR_TOKEN