API integration
List API integrations¶
Create an API integration¶
POST/api/v2/api-integrations
Create an API integration
쿼리 매개 변수¶
| 매개 변수 | 설명 |
|---|---|
| createMode string | Parameter allowing support for different modes of resource creation. Possible values include:
|
응답¶
| 코드 | 설명 |
|---|---|
| 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.
응답¶
| 코드 | 설명 |
|---|---|
| 200 | |
| 202 |
Delete an API integration¶
DELETE/api/v2/api-integrations/{name}
Delete an API integration
쿼리 매개 변수¶
| 매개 변수 | 설명 |
|---|---|
| ifExists boolean | Parameter that specifies how to handle the request for a resource that does not exist:
|
응답¶
| 코드 | 설명 |
|---|---|
| 200 | |
| 202 |