Skip to content

pia-planer/API-documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pia API Documentation

Overview

  • Data is sent as JSON (Content-Type: application/json) to pia
  • The requests have to be authenticated with a token from a pia business

Entities

Authentication

You need an API-Token of your pia business to access the API. You can find it on the main page of your business in the section "Integration in Umsysteme".

Example usage:

curl GET https://app.pia-planer.ch/api/v1/positions \
   -H 'Authorization: Business YOUR_API_KEY'

Releases

No releases published

Packages

No packages published