Retrieve a list of partner contacts, along with the partner's own details.
Successful operation
Bad request error
Unauthorized error
Forbidden error
Not found error
Internal server error
curl -i -X GET \ https://api-prod.surfsight.net/v2/partner-contacts \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{- "data": [
- {
- "name": "Harry",
- "email": "email@email.com",
- "id": 23,
- "role": "partner"
}
]
}