Authentication: OAuth
OAuth 2.0 flows and token management.
Last updated
Was this helpful?
OAuth 2.0 flows and token management.
Last updated
Was this helpful?
Was this helpful?
POST /api/v1/oauth/authorise HTTP/1.1
Host: core.wearepatchworks.com
Authorization: YOUR_API_KEY
Accept: */*
POST /api/v1/oauth/authenticate HTTP/1.1
Host: core.wearepatchworks.com
Authorization: YOUR_API_KEY
Accept: */*
PATCH /api/v1/oauth/{connector}/reauthorise HTTP/1.1
Host: core.wearepatchworks.com
Authorization: YOUR_API_KEY
Accept: */*