DEVELOPER CENTER
...
Developer center
API

Authentication Basics

2min
api authentication uses a private key and public key combination that are sent as query parmamters with every request to find out how to retrieve your keys from click here pathfix keys docid\ i5bp9dypntquakv2r8mbh curl request get \ url https //labs pathfix com/api/ ?public key=\[]\&private key=\[] \ header 'accept application/json' server side api calls we recommend using only server side api calls, where the private key is not exposed browser based client side api calls only use this while in development/sandbox mode we do not recommend this method as the keys are visible using developer tools and you information can be potentially compromised