API Reference
Complete API documentation and reference
Exchange an authorization code for a minimal token payload (dripId)
cURL
curl --request POST \ --url https://api.drip.re/api/v1/auth/oauth/token \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "grant_type": "authorization_code", "redirect_uri": "<string>", "code": "<string>" }'
{ "dripId": "<string>" }
API Key
Default Response
The response is of type object.
object
Was this page helpful?