Box Developer Documentation

Teams integration mappings

Teams integration mappings

Before you can start working with Teams integration mapping API, perform the steps below.

Prerequisites

Create a Box application

  1. Create a platform app with OAuth authentication in the Box developer console.
  2. Open the application and enable the Manage enterprise properties application scope under Configuration > Required Access Scopes.

Authorize integration mappings requests

  1. Navigate to the platform app that you have created as one of the prerequisites.
  2. Generate a developer token and add it to the HTTP header of each request:
Authorization: Bearer {developer_token}

The developer token is valid for 60 minutes. After that time, you need to generate it again.