Confirm certificate creation
POST
/ai/gateway/library/certificates/create/confirmContract
Parameter | Value |
|---|---|
| Section | ai-gateway |
| Authentication | AIKeyAuth |
| Consumes | application/json |
| Produces | application/json |
Parameters
1 parameter
Name | Location | Required | Type | Description |
|---|---|---|---|---|
| request | body | yes | object | Request body: { approvalToken } |
{}
Responses
8 responses
Status | Description | Type |
|---|---|---|
200 | Successful response | object |
400 | Invalid request body or missing approvalToken | object |
401 | API key is missing or invalid | object |
403 | Required library:write scope is missing or the token is invalid for this account | object |
404 | Confirmation token not found | object |
409 | Confirmation token is not pending, has already been used, or the idempotency key does not match | object |
410 | Confirmation token expired | object |
500 | Internal server error | object |
{ "cursor": { "count": 0, "currentPage": 0, "totalPages": 0, "totalRows": 0 }, "data": {} }{ "data": {}, "error": "<string>" }{ "data": {}, "error": "<string>" }{ "data": {}, "error": "<string>" }{ "data": {}, "error": "<string>" }{ "data": {}, "error": "<string>" }{ "data": {}, "error": "<string>" }{ "data": {}, "error": "<string>" }