API integration
List API integrations¶
GET/api/v2/api-integrations
List API integrations
Query Parameters¶
| Parameter | Description |
|---|---|
| like string | Parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. |
Response¶
| Code | Description |
|---|---|
| 200 | successful |
| 202 | Successfully accepted the request, but it is not completed yet. |
Create an API integration¶
POST/api/v2/api-integrations
Create an API integration
Query Parameters¶
| Parameter | Description |
|---|---|
| createMode string | Parameter allowing support for different modes of resource creation. Possible values include:
|
Response¶
| Code | Description |
|---|---|
| 200 | Successful request. |
| 202 |
Fetch an API integration¶
Create an (or alter an existing) API integration¶
PUT/api/v2/api-integrations/{name}
Create an (or alter an existing) API integration. Note that API_KEY is not currently altered by this operation and is supported for a newly-created object only. Unsetting API_BLOCKED_PREFIXES is also unsupported.
Response¶
| Code | Description |
|---|---|
| 200 | |
| 202 |
Delete an API integration¶
DELETE/api/v2/api-integrations/{name}
Delete an API integration
Query Parameters¶
| Parameter | Description |
|---|---|
| ifExists boolean | Parameter that specifies how to handle the request for a resource that does not exist:
|
Response¶
| Code | Description |
|---|---|
| 200 | |
| 202 |