Acquaint API
Acquaint API provides API End Points for interfacing with Acquaint Databases
|
|
|
1
|
Contact the Development Team at Bright Logic (development@brightlogic.co.uk) for an API Key, Site Prefix and App Password.
|
2
|
Obtain a JWT Token by calling https://api.brightlogic.co.uk/1.0/auth/token, passing your API Key and Site Prefix.
All subsequent API calls will require the JWT token to be provided as a Bearer token in the Authorization header.
For more information click here.
|
3
|
Login to your Acquaint Database and obtain a Database Connector Token by calling https://api.acquaintcrm.co.uk/17.0/auth/databasetoken.
For more information click here.
|
4
|
You are now ready to call other API endpoints!
In addition to the Authorization header, you will need to provide the Database Connector Token in an x-acquaint-database-connector header.
For full documentation click here.
|
|