You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 9
Next »
You can send requests to third-party applications throught Core REST API. List of supported third-party applications you can get by following link https://connectmyapps.com/Integrations.
This page documents the REST resources available in Core REST API, including the HTTP response codes and example requests and responses:
Endpoints and requests
All requests can be send with URL based on following mask
https://<base-url>/apps/<app-short-name>/<endpoint>
and following headers
Consumer: 5D1AEF05263B497182992E324517FFFD0FED85FBEC2342B19CE02AB5ED62D6ED
Authorization: Bearer E71B48D1F72C468199FB7DD81C3C576112A33728268547098F60D5B1E3B19A49
AppKey: 6167D3D592AA4CE89DCEEE45C2592C8C
SessionKey: 9F8892419CF447C6823E567AA21CEBCD47A4C748064345659A54382F37262BEF
CMAproject: CANVAS:DEV
where:
<base-url> takes a value in depending of needed environment:
<app-short-name> application short name.
Takes a value in depending of application which you want to integrate with
Name | ShortName |
24Nettbutikk | T4NB |
24SevenOffice | TFSO |
Absence.IO | ABIO |
Adra | ADRA |
ALSO | ALSO |
Amazon (Europe) | AMAZ |
Amazon S3 | AWS3 |
Arrow | ARSP |
Azure Blob Storage | AZBL |
Canvas | CANV |
CatalystOne REST API | CATO2 |
DDD Retail POS | DDDR |
DNB Factoring | DNBB |
Dynamics 365 HR | D365 |
Ebay | EBAY |
Evolution | EVOL |
E-Works Manager | EWOR |
Fiken | FIKE |
File Hub | CMAF |
File Sync | CMFF |
Fort Nox | FORT |
FTP Key file | FTPC |
FTP Server | FTP |
Goodtill | GOOD |
Harvest | HARV |
Hibob | HIBO |
Hosted Microsoft SQL | HSQL |
Hubspot | HUBS |
KashFlow | KASH |
Loket | LOKE |
Magento | MAGF |
Magento 2 | MAG2 |
Matchi | MATC |
Microsoft Active Directory | MSAD |
Microsoft Azure AD | AZAD |
Microsoft OneDrive | ONED |
Microsoft SQL On-premise | MSQL |
Mobile Worker | MOBW |
MyStore | MYST2 |
Netset | NETS |
NetSuite | NESU |
Nexmo | NEXM |
Nmbrs | NMBR |
Planday | PLAN |
PowerOffice Go | POGO |
Procountor | PROC |
Prosperworks CRM | PROS |
Quinyx | QUIN |
REST API | REST |
Sage Cloud Accounting | SACA |
Salesforce | SALE |
SalesScreen | SASC |
SameSystem | SAME |
Shopify | SHOP |
Smart Recruiters | SREC |
Smartdok | SMDK |
SuperOffice Online | SUCL |
Sympa HR | SYMP |
Talent Manager | HRTM |
Talent Recruiter | HTRE |
Talentsoft | TASO |
Tripletex | TRIP2 |
Unleashed | UNLE |
Vend | VEND |
Visma .NET Financials | VISF |
Visma Business | VISB |
Visma eAccounting | VEAC |
Visma Global | VISG |
Visma Lønn | VISL |
Visma Payroll and Employee | VIPA |
Web Expenses | WEBX |
Woo Commerce | WOOC |
Xero | XERO |
Xledger | XLED |
Xledger GraphQL | XLGQ |
Younium | YOUN |
Zendesk | ZEND |
Zenegy | ZENE |
Zoho CRM v2 | ZOHO2 |
Zoined | ZOIN |
<endpoint> - endpoint name
The list of supported endpoints you can get by meta request.
IP restriction
You can send Core REST API requests just from availabled servers, which are in white list.
If you want to change it, then please provide your IP addresses to ConnectMyApps support for adding them into white list.
Authentication
For enabling of access to your organization data by REST API you need to set <API access> flag ON and copy provided Secret and Consumer keys. These keys are for access to Canvas REST API and you will use them in request headers. Do not share provided keys with anybody and keep them in safe place because they are not saved in Canvas and you will not be able to get them anymore.
Use following authentication request for checking your access keys:
GET https://<base-url>/apps/canvAuthenticate
Headers:
consumer:5D1AEF05263B497182992E324517FFFD0FED85FBEC2342B19CE02AB5ED62D6ED
authorization:Bearer E71B48D1F72C468199FB7DD81C3C576112A33728268547098F60D5B1E3B19A49
appKey:58ED3E69F7634EC7AF2FC8D7D69467C1
sessionKey:614506FB0E064B4DB2C1F404A17CB97E67A4497EF141447A860FAD944B8754BB
CMAproject:CANVAS:DEV
For getting of all provided APIs you need to send following request:
GET https://<base-url>/apps/myst2/meta
Headers:
consumer:5D1AEF05263B497182992E324517FFFD0FED85FBEC2342B19CE02AB5ED62D6ED
authorization:Bearer E71B48D1F72C468199FB7DD81C3C576112A33728268547098F60D5B1E3B19A49
appKey:58ED3E69F7634EC7AF2FC8D7D69467C1
sessionKey:614506FB0E064B4DB2C1F404A17CB97E67A4497EF141447A860FAD944B8754BB
CMAproject:CANVAS:DEV