The Pathgather API uses OAuth2 to authorize each request. To use the API, each request must pass your API key along in the Authorization header of the request.
You must contact an administrator for your organization's API key.
If your request is missing a valid API key, the request will fail and will return a 401 Unauthorized.
curl -X GET https://api.pathgather.com/v1/users \
-H "Authorization: Bearer pg_test_fg4dfsg565hgfhfrk" \
-H "Content-Type: application/json" \
-H "Accept: application/json"
Updated less than a minute ago