Manage your users and groups
Synchronize your Clinked user base with your existing software to avoid multiple registration and permission management. Automatically create a new space once you sign up a new customer.
Synchronize your Clinked user base with your existing software to avoid multiple registration and permission management. Automatically create a new space once you sign up a new customer.
Improve the efficiency of content distribution, save time and improve your customer experience with automatic file uploads into your client portals, directly from your existing software solution.
Clinked’s events and tasks are great ways of organizing your projects and keep everyone up-to-date. Automatically import events and assign tasks from any third party or in-house software.
Using Clinked’s API means that you can create new discussions, automatically sync existing discussions, contribute to and stay informed of any replies directly with your third party software.
Use Clinked’s Chat API to send and receive instant messages with your portal that can instantly sync with your existing third party software solution and keep clients connected at all times.
Clinked APIs integrate with your client portal. They also sync with your native Clinked mobile applications. Updated files, created tasks, new discussions — access it all from your app.
Sign up and get started using our Postman collection or jump right into code.
$ curl 'https://api-p1.clinked.com/oauth/token?client_id=5ad29f13-82b8-4b68-89e6-c2f4c96d5 d9d&client_secret-0eda391b-0a88-46d2-aaaf-905332c19e20&grant_type=client_credentials&scope =read+write' \
-i-H 'Accept: application/json'
Sign up and get started using our Postman collection or jump right into the code. Authenticate your API before you can get started with synchronizing users and uploading files.
View full API documentation
$ curl 'https://api-p1.clinked.com/v2/accounts/1/members' -i -X POST -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{
"user" : {
"username" : "jack",
"password" : "iuWo9oog1I",
"name" : "Jack Bauer",
"email" : "jack.bauer@clinked.com"
},
"accountPermission" : 4,
"groups" : {
"my_group" : 1
}
}'
After authenticating your Clinked account you can get started with organizing and viewing all of your integrated groups and team members.
$ $ curl 'https://api-p1.clinked.com/v2/accounts/1/groups/1/files/' -i -X POST -H 'Content-Type: application/json' -H 'Accept: application/json' -H 'Authorization: ' -d '{
"memberPermission" : 8,
"size" : 1000,
"sharing" : "MEMBERS",
"contentType" : "application/pdf",
"friendlyName" : "My Document.pdf"
}'
Efficiently start to synchronize your file uploads and begin collaborating with team members and clients, allowing them to share files and add their feedback on both web and mobile devices.
Run in Postman
From group management to file uploading and storing, Clinked’s APIs are already being used by developers for a variety of uses. Our APIs have been extensively documented and we always have support readily available.