Authentication
Piloty Solutions uses OAuth tokens to allow access to the API. We expect the OAuth token to be included in all API requests:
1/ in a header that looks like the following:
Authorization: Bearer PILOTY_TOKEN
2/ Or, through query string:
?access-token=PILOTY_TOKEN
Last updated