MATTR VII PlatformInboxes
Create an inbox
Creates an inbox that can register DIDs and then hold messages sent to those DIDs service points.
Analytics Events
MESSAGING_INBOX_CREATE_STARTMESSAGING_INBOX_CREATE_SUCCESSMESSAGING_INBOX_CREATE_FAIL
Roles
adminissuer
POST
/v1/messaging/inboxes
AuthorizationBearer <token>
In: header
Inbox configuration
namestring
Inbox name.
Length
1 <= length
Response Body
curl -X POST "https://example.vii.au01.mattr.global/v1/messaging/inboxes" \ -H "Content-Type: application/json" \ -d '{ "name": "My_Inbox" }'
{
"id": "f04faabf-cea8-4f39-95b3-0ce357ac4d03",
"name": "My_Inbox"
}
{
"code": "string",
"message": "string",
"details": [
{
"value": "string",
"msg": "Invalid value",
"param": "id",
"location": "body"
}
]
}
How would you rate this page?