For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Open sourceSupportFAQsDocs Home
DocumentationAPI referenceRelease notes
DocumentationAPI referenceRelease notes
  • Introduction
    • Overview
    • Authentication
  • Guides
    • Operations Manager search APIs
    • Search API
    • URL query parameters
    • Use query parameters in API requests
  • Reference
        • POSTCreate a new integration
        • DELDelete an integration
        • GETGet integration
        • GETList all integrations
        • POSTPost an access token with an authorization code
        • PUTUpdate an integration
        • PUTUpdate the properties of an integration
LogoLogo
Open sourceSupportFAQsDocs Home
ReferenceIntegrations

Post an access token with an authorization code

POST
http://localhost:3000/integrations/:name/authCode
POST
/integrations/:name/authCode
$curl -X POST http://localhost:3000/integrations//authCode \
> -H "Content-Type: application/json" \
> -u "<username>:<password>" \
> -d '{}'
1{}
Initiates the Authorization Code exchange for an access token and stores the change.
Was this page helpful?
Previous

Update an integration

Next
Built with

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Path parameters

namestringRequiredformat: "^[^\/]+$"Defaults to
The name of the selected integration.

Request

request body
authorizationCodestringOptional
redirectUristringOptional

Response

The success of the operation

Errors

500
Internal Server Error