Back to Developer Portal

OAuth Applications

Manage OAuth apps for user authentication

My Integration

active

Created on 2024-01-15

td_client_abc123xyz789
https://example.com/callback

OAuth 2.0 Flow

1

Redirect user to authorize

GET https://api.clockeye.ai/api/auth/oauth/authorize?client_id=YOUR_CLIENT_ID&redirect_uri=YOUR_REDIRECT_URI&response_type=code
2

Exchange code for tokens

POST https://api.clockeye.ai/api/auth/oauth/token
3

Make API requests

Use the access token in the Authorization header

View full OAuth documentation