Authentication
Introduction
API Keys
OAuth 2 (client credentials)
POST https://svc-fabric.wearepatchworks.com/api/v1/login HTTP/1.1
Host: app.wearepatchworks.com
Content-Type: application/json
Accept: application/json
{
"username": "[email protected]",
"password": "a1b2c3d4e5f6"
}Authorisation
Last updated
Was this helpful?