Create Request

Use the following parameters to create a request.

Security(Ledger_API_Key and Ledger_API_User) or Ledger_API_Key and Ledger_API_User and Ledger_Store_Auth_Token) or Ledger_API_User or Ledger_API_User and Ledger_Store_Auth_Token)
Request
Request Body schema: application/json

request creation payload

required
object

Detailed message data

object or null
Default: null

Optional note or annotation for the message.

type
required
any

Specifie the type of request

Responses
200

Request result

400

Invalid request data

post/requests
Request samples
application/json
{
  • "data": {
    },
  • "note": null,
  • "type": "CREATE_MESSAGE_SIGNING"
}
Response samples
application/json
{
  • "created_by": "{\"id\"=3}",
  • "created_on": "2019-08-24T14:15:22Z",
  • "expired_at": "2019-08-24T14:15:22Z",
  • "id": 0,
  • "status": "PENDING_APPROVAL",
  • "target_id": 10,
  • "target_type": "TEZOS_LIKE_TRANSACTION",
  • "type": "CREATE_TRANSACTION",
  • "used_admin_group": 1
}
Copyright © Ledger Enterprise Platform 2023. All right reserved.