Vil du være integrationspartner? Eller vil du kunne trække data ud af Intempus?
Vi er altid på udkig efter nye og spændende partnere - og for at gøre det så enkelt som muligt har Intempus et åbent API til det.
Du kan læse mere om det herunder, og/eller se CRUD (Create, Read, Update, Delete) Eksempler her.
---
Introduction
Welcome to the Intempus REST API v2.0 beta. This document contains how to read, create, update and delete data on Intempus using common server-side development environments. While Intempus' API supports all HTTP clients, we believe most integrations with Intempus will be data sychronization processes that are run as background processes. For this reason, we have provided examples in four common server side languages: Python, C#, Ruby, and Java.
Intempus API v1 docs
Base Requirements
An Intempus account with active user and company
An HTTP client
A JSON decoder
Test server
A test server is provided at https://do-fra-apitest-web.intempus.dk/opret. This server runs in complete isolation from the production environment. Substitute references to the api with https://do-fra-apitest-web.intempus.dk/web/v1 to access companies created on this server.
Connecting Using an API key
We recommend using our key authentication system to connect to the API. In order to get an api key, you must have a working Intempus account with active company. If you do not, you can create a demo company. To connect using the examples below you will need the following information:
API_KEY
Your key is in the App Data Sharing section in the Intempus admin.USERNAME
Your username for that API key. The username is the one you use to log in to the Intempus Admin interface.ENDPOINT
The endpoint which you want to access. A list of all available endpoints can be found here.