API

API Initiative Token
When using Planbox integrations, the third party service that you are connecting to might require a unique token in order to identify you. To access you...
Mon, 18 Mar, 2019 at 9:47 AM
Sample Code
Below is sample code to pull various information from Planbox using the API. Examples are written in Javascript and use jQuery's post function. Cu...
Mon, 8 Jan, 2018 at 5:53 PM
Authentication
Planbox uses an access token to authenticate calls to the API. The access token is retrieved by passing a username and password to the auth end-point, and...
Mon, 8 Jan, 2018 at 5:53 PM
HTTP API
API calls are made by calling https://work.planbox.com/api. The API uses POST to pass arguments. Most API calls require you to be logged in unless specifi...
Wed, 7 Jul, 2021 at 10:46 AM