Create a new Api Public Key
POST/account/utils/apiPublicKey/new
Create a new Api Public Key
Request
- application/json
Body
Data to send
apiPublicKey string
Responses
- 200
- 400
- 500
apiPublicKey added to connected user
- application/json
- Schema
- Example (from schema)
Schema
STATUS string
LABEL string
{
"STATUS": "SUCCESS",
"LABEL": "apiPublicKey added"
}
Bad parameter in request
Internal Server Error
Loading...