Operations
Table of contents:
POST /operations/validate
POST /operations/activate
Introduction
This API provides operations management functionalities.
Operations
POST /operations/validate
POST /operations/validate
Validate operation for a certain identity.
Request Parameters
Path parameters
Name | Type | Description | Constraints | Required |
---|---|---|---|---|
action |
| Operation action. | Enum: [ |
|
code |
| Operation code. | Enum: [ |
|
identityId |
| Identity id. |
|
Response Options
204 OK
Request example:
Request example:
POST /operations/activate
POST /operations/activate
Activate operation for a certain identity.
Request Parameters
Path parameters
Name | Type | Description | Constraints | Required |
---|---|---|---|---|
code |
| Operation code. | Enum: [ |
|
identityId |
| Identity id. |
|
Response Options
204 OK
Request example:
Request example:
Last updated