Source Accounts API (1.0.0)
Download OpenAPI specification:Download
This API is an authorization tool for integrating Trend Micro Cloud One with a source control provider
Create GitHub integration
Saves GitHub integration data after the Trend Micro Cloud One GitHub application has been installed.
Request Body schema: application/json
The integration data was successfully created.
Something about your request didn't quite make sense. The error message should help you figure out what went wrong.
Unauthorized
You tried to do something that you're not allowed to do. Check your privileges to see what you're actually allowed to do. This could also mean that your token has expired.
This indicates a request conflict with the current state of the target resource
You have made too many requests too quickly. Check the Retry-After
header for an indication of when you might be able to try again.
Something has gone terribly wrong. Sorry! The error message may help you figure out what went wrong, but it's unlikely that you'll be able to do anything about it unless you're the server administrator. It's possible that trying again will help, but it's more likely that you're out of luck for the moment.
The service is temporarily unavailable, likely due to maintenance. It should be available soon, check the Retry-After
header for an indication of when you might be able to try again.
- Payload
{- "alias": "ABC-department-integration",
- "description": "This integration if for the ABC department, managed by John Doe.",
- "installationID": "123456"
}
- 201
{- "alias": "ABC-department-integration",
- "description": "This integration if for the ABC department, managed by John Doe.",
- "integrationID": "ad57fdce-76b2-4745-a0e5-5474c768e42e",
- "provider": "github",
- "state": "managed",
- "lastModified": "2022-07-19T21:33:00Z"
}