API management
  • 02 Apr 2026
  • 1 Minute to read
  • Dark
    Light
  • PDF

API management

  • Dark
    Light
  • PDF

Article summary

Introduction

Turbo360 enables Partners to automate managed account APIs and integrate account management into workflows, simplifying onboarding and improving visibility across all accounts.

Get Started with API Automation

Follow these steps to begin with API automation:

1. Register a Single-Tenant Application in Microsoft Entra ID

1. Sign in
Sign in to the Azure portal or Microsoft Entra admin center.

2. Navigate to App Registrations
Go to Microsoft Entra ID -> App registrations.

3. Create an Application
Select + New registration.

register-application-new-app-registration.png

4. Configure settings
Name: Enter the application name.
Supported account types: Select Accounts in this organizational directory only (Single tenant).

5. Register
Select Register.

register-application-account-types.png

6. Retrieve Application IDs

From the overview page, copy:
Application (client) ID
Directory (tenant) ID

register-application-app-overview.png

7. Create Client Secret
Navigate to Certificates & secrets and create a new client secret.

register-application-new-client-secret.png

2. Provide admin consent to the Turbo360 Partner App

Use the URL below to grant admin consent to the Turbo360 Partner App, replacing the tenant ID with the registered application’s tenant ID.

https://login.microsoftonline.com/{customer-tenant-id}/adminconsent?client_id=3ff33167-ae34-4bb3-b86d-109c22d28fc8

3. Add API permissions to the registered application

  1. Navigate to API permissions -> Select Add a permission -> Open the APIs my organization uses tab.
  2. Search for Turbo360 Partner API using the filter option.

Turbo360 Partner API.png

  1. Select Turbo360 Partner API -> Choose Read and Write under Application permissions -> Click Add permissions.

Read and write permissions.png

  1. Grant admin consent for the configured permissions.

Admin consent.png

OAuth configuration in Turbo360

Follow these instructions to set up OAuth and create an OAuth token:

  1. From a Partner account, navigate to the Manage accounts screen.
  2. Select APIs from the top-right corner.

APIs button.png

  1. Enter the Microsoft Entra (Tenant) ID and Client (Application) ID obtained from the registered application.

OAuth configuration.png

  1. Click Save to store the OAuth configuration.
Notes:
  • Admin consent for the Turbo360 Partner App can also be granted using the link generated during this process.

  • Use the API request details to generate an OAuth token for Partner API management.

  • Available APIs can be viewed in Swagger using the link available in the OAuth Configuration screen.


Was this article helpful?

What's Next