DEVELOPER CENTER
General

Endpoints

4min

Pathfix has a single pattern for calls to all providers. Changing the user_idand public_keyprovides the endpoint with the instruction to invoke the correct access_token needed to to complete the API request. The list of supported OAuth Providers names can be found Provider reference

POST https://labs.pathfix.com/oauth/method/{providername}/call



Example

An example of how a call will be made to Google Calendar to get a List of Calendars for the connected user. Assumptions

  • Your application user is "[email protected]"
  • Your Pathfix Application public key is "aaaa-bbbb-cccc-dddd"
  • The user [email protected] has previously logged into your solution and connected their Google Calendar.
JS




Success Response

JS


The data returned from the provider (Google Calendar) will be container in the rows[0].data . Documentation about the information in returned can be found at the provider API documentation.

Error Response

JS


List of ERROR-TYPES and their description can be found here Error codes

Updated 03 Mar 2023
Doc contributor
Doc contributor
Did this page help you?