# Overview

The Corporate Tools API provides a rest-like interface for managing various aspects of your account. To get started using this API, you will at least need a library capable of making HTTP requests, and a JWT (opens new window) library for signing authorization tokens.

The API is hosted on https://api.corporatetools.com (opens new window)

You can find examples on how to implement the API at the CorptoolsAPI (opens new window) Github page.

# Gaining Access

To use our API, please create an API key through your online portal.

  1. In the "Account Settings" dropdown, select "API Management."
  2. Then, choose "API Keys" from the left panel.

If you encounter any issues creating a key, please reach out to us at api@corporatetools.com, and we will assist you in setting up your API key.

# Ask Us Questions

For general questions or inquiries about our API, please email us at: api@corporatetools.com

For technical questions, please reach out directly to us on our Gitter channel: api-corptools/community (opens new window)

If you do not have access to the Gitter channel, please email us at: devs@corporatetools.com

Thank you!