Get associate data
GET
/pax
const url = 'https://web.exactly.app/api/pax';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://web.exactly.app/api/paxGet the associate data for the authenticated user
Responses
Section titled “Responses”Associate data
Media typeapplication/json
object
associateId
required
string
Examplegenerated
{ "associateId": "example"}Internal server error