API & Integrations
-
Supporting APIs
Identified By
Identified By GET /api/rest/v2/user/get This API returns the list of active Priava Users. Sample Response { ...
Organisation Type
Organisation Type GET /v2/organisation/get/organisationType This API returns the list of active Organisation Type ...
Organisation Market Sector
Organisation Market Sector GET /v2/organisation/get/marketSector This API returns list of active Organisation Mark...
Comment Type
Comment Type GET /v2/common/get/commentType This API returns the list of active Comment Types. Sample Respons...
Event Contact Type
Event Contact Type GET /v2/event/get/contactType This API returns the list of active Event Contact Types. Samp...
Event Source
Event Source GET /v2/event/get/sourceType This API returns the list of active Event Source Types Sample Respo...
-
Priava's REST API
Priava API – Quickstart Guide
This guide is intended for developers/web designers seeking to connect to Priava via the API and contains the followi...
Using API
To use the API, you will need to be familiar with REST and take into consideration the information detailed in this s...
Rate Limiting
The Priava API is rate-limited, to prevent a single API user from adversely affecting other users using the API. ...
Access and Refresh Token API
The Client ID, Client Secret, Redirect URI and Code generated in Priava, need to be used to get an access token and r...
-
SDK Reference (Version 1)
Using Webhook
What is Webhook Webhooks are automated calls from example.com to a server. Those calls are triggered when a s...
Contacts
REST API CONTACTS POST /v1/crm/contacts Creates or updates a contact. If no ‘externalIntegrationId‘ is present, the...
Event Types
Event Types REST API Event Types GET /v1/common/eventTypes Returns the list of all active Event Types. Request:Req...
Opportunities
Opportunities REST API Opportunities POST /v1/opportunities/ Creates an opportunity. The contact’s first name, las...
Opportunity Status
Opportunity Status REST API Opportunity Status GET /v1/opportunities/status Returns the list of all active Opportunit...
Opportunity & Event Sources
REST API Opportunity REST API Opportunity & Event Sources GET /v1/common/sources Returns the list of all active Oppo...
-
SDK Reference (Version 2)
Event: Save or update Event Venues
Create or Update Venues POST v2/event/save/catl/venuesV2?IgnoreWarnings=false&UpdateTimeOfAssocCatlItems=true&Ignore...
Opportunity Venue Booking Prices: Venue Booking prices based on Smart Pricing
Find venue booking prices based on Smart Pricing POST v2/priceSchedule/opp/vb/getMatching This API returns the best ...
Event Venue Booking Prices: Venue Booking prices based on Smart Pricing
Find venue booking prices based on Smart Pricing POST v2/priceSchedule/getMatchingPSForVB This API returns the best ...
Contacts: Search Contact By Id
Search Contact By Id POST /v2/contact/getById This API returns the complete contact details for specified Contact Id...
Venues: Get Venues List
GetVenuesList GetVenues POST /v2/common/catl/get Returns a list of venues matching the search parameters provided in...
Consolidated API: Create Opportunity
Create Opportunity POST /v2/thirdparty/opportunity/save This is consolidated API to create opportunity, save quotes ...
-
Integrations