Returns referrals for the current firm with direction indicated. Run in API Explorer
Ask AI
Query parameters
-
Filter by a comma-separated list of UUIDs.
-
Filter by status. Valid values: pending, accepted, rejected, expired.
-
Filter by direction. Valid values: sent, received.
-
Field to sort by. Valid fields are [created_at, updated_at, status, expires_at]. Negative sign to denote DESC. Defaults to '-created_at'.
GET
/api/v1/referrals
curl \
--request GET 'https://api.plannrcrm.com/api/v1/referrals' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
Response examples (401)
{
"message": "Unauthenticated."
}