Third-Party Integration Settings¶
Note
Groups and projects are synonymous terms. Your {GROUP-ID}
is the
same as your project ID. For existing groups, your group/project ID
remains the same. The resource and corresponding endpoints use the
term groups
.
Important
Each project can only have one configuration per
{INTEGRATION-TYPE}
.
https://cloud.mongodb.com/api/atlas/v1.0
Endpoints¶
The following lists the endpoints available for managing third-party service integrations.
Method | Endpoint | Description |
---|---|---|
GET | Get all third-party integration configurations for the project
associated with {GROUP-ID} . | |
GET | Get a specific third-party integration configuration for
{INTEGRATION-TYPE} for the project associated with
{GROUP-ID} . | |
POST | Add a new third-party integration
configuration for {INTEGRATION-TYPE} to the project
associated with {GROUP-ID} . | |
PUT | Replace the third-party integration configuration for
{INTEGRATION-TYPE} with a new configuration, or add a new
configuration if there is no configuration for
{INTEGRATION-TYPE} , to the project associated with
{GROUP-ID} . | |
DELETE | Remove the third-party integration configuration for
{INTEGRATION-TYPE} from the project associated with
{GROUP-ID} . |