Enable access profile

Enable an access profile belonging to an API client. Enabling an access profile allows API calls to be accepted with the enabled profile. This call returns `success` or error messages for Unauthorized or Bad requests. <Warning title="DEPRECATION NOTICE"> This endpoint is planned for deprecation on December 1, 2025. Transition to the [Enable API key](/workato-api/resources/api-platform/enable-api-key) endpoint before this date to ensure uninterrupted service.</Warning>

Path parameters

api_access_profile_idintegerRequired
API access profile ID.

Headers

AuthorizationstringRequired

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

Response

Success reply
resultstring
Always returns success upon successful operation.

Errors