API Reference
Complete API documentation and reference
Start secure connect by creating a short-lived authorization code
cURL
curl --request POST \ --url https://api.drip.re/api/v1/auth/oauth/authorize \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "clientId": "<string>", "redirect_uri": "<string>" }'
{ "code": "<string>" }
API Key
Default Response
The response is of type object.
object
Was this page helpful?