API & Integrations
-
Supporting APIs
Set Up/Set Down
Set Up/ Set Down GET /v2/event/get/setUpSetDown This API returns the list of active Set Up & Set Down types which...
Booking Type
Booking Type GET /v2/event/get/bookingType This API returns the list of active Booking Types. Sample Respons...
Event Type
Event Type GET /v2/event/get/eventType This API returns the list of active Event Types. Sample Response { ...
Event Status
Event Status GET /v2/event/get/status This API returns the list of active Event Status Types. Sample Respons...
Event Coordinator
Event Coordinator GET /v2/event/get/coordinator This API returns the list of active Event Coordinators. Sam...
Event Source
Event Source GET /v2/event/get/sourceType This API returns the list of active Event Source Types Sample Res...
-
Priava's REST API
Using API
To use the API, you will need to be familiar with REST and take into consideration the information detailed in this s...
Priava API – Quickstart Guide
This guide is intended for developers/web designers seeking to connect to Priava via the API and contains the followi...
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)
Contacts
REST API CONTACTS POST /v1/crm/contacts Creates or updates a contact. If no ‘externalIntegrationId‘ is present, the...
Using Webhook
What is Webhook Webhooks are automated calls from example.com to a server. Those calls are triggered when a s...
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)
Events: Get Events
Get Events POST /v2/event/getByNumber This API returns the full event details for the given event number(s). ...
Events: Set Primary Contact
Set Primary Contact POST /v2/event/setPrimary/contact This API will set the contact with the specified contact I...
Contacts: Search Contacts
Search Contacts POST /v2/contact/get This API returns a list of contacts that satisfy the search parameters prov...
Organisations: Create or Update
Create or Update POST /v2/organisation/save This API allows you to create or update an organisation within your ...
Organisations: Search Organisation By Id
Search Organisation By Id POST /v2/organisation/getById This API returns the complete organisation details for s...
Organisations: Search Organisations
Search Organisations POST /v2/organisation/get This API returns a list of organisations that satisfy the search ...
-
Integrations