Create API client

Create a new API client in a customer workspace within a project you specify. <Warning title="DEPRECATION NOTICE"> This endpoint is planned for deprecation on December 1, 2025. Transition to the [Create API client (v2)](/oem-api/resources/api-platform/create-api-client-v-2-managed-users) endpoint before this date to ensure uninterrupted service.</Warning>

Path parameters

managed_user_idstringRequired

Embedded customer ID (external ID). The External ID must be URL encoded and prefixed with an E. For example, EA2300.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
namestringRequired
Name of the client
project_idstringOptional
The ID of a specific project. Retrieve a list of project IDs by using the list projects endpoint.

Response

Success reply
resultlist of objects or null
List of API clients.

Errors