Get User Data
1 min
The OAuth process exchanges some data with Pathfix during the OAuth process. This data is accessible using this API.
The tokens are not shared.
Get User Data
This API will give you access to all the virtual connections for a specific user
GET
https://labs.pathfix.com/api/connection/{{provider}}/userdata
curl --request GET
--url https://labs.pathfix.com/api/connection/{{provider}}/userdata
--header 'Accept: application/json'