This page will help you get started with Penbox CONNECT.

Introduction

Penbox is an API first platform, built on a set of RESTful interfaces, providing programmatic access to much of the data in the ecosystem. Which means that everything you see in our apps can be replicated in your tools and apps via our APIs.

As we are dedicated to make developers successful using Penbox, we have therefore designed a specific API Gateway CONNECT that even further facilitates the creation and management of requests and other Penbox resources.

Our API accepts JSON in request bodies and returns JSON content in all of its responses, including error and uses standard HTTP response codes, authentication, and verbs.

Only the UTF-8 character encoding is supported for both requests and responses.

The CONNECT API can be used to access your own Penbox workspaces, but can also be used by partners to authenticate on behalf of users and perform actions using standard oAuth2 flows.

Get a Penbox account

To start using our API, you need to make sure you have a Penbox account. If you don't, please create one by visiting our app app.penbox.io and hit the "sign up" link below the login modal. The process to create your workspace should be simple :satisfied:

Once your account is created you'll be able to request credentials for authentication.

Authentication

All API requests must be made over HTTPS and be authenticated. Calls made over plain HTTP will fail. API requests without authentication will also fail.

As a user

For testing purposes, or if you don't need to connect multiple users between your systems and Penbox, you can simply visit https://connect.penbox.io/authorize and get a token dedicated to a specific workspace.

❗️

Token validity

For security reason, we recommend generating a token of 1 day or less.

As a partner (oAuth2)

If you plan to enable your users to connect to their own Penbox account via standard oAuth2, please visit this page