Send a message
from the Verifier wallet
{
"connectionId": "0f42f1da-ab2d-41da-91e1-167c31d966a9",
"content": "This is a test message: HELLO WORLD"
}
Mis à jour
Ce contenu vous a-t-il été utile ?
{
"connectionId": "0f42f1da-ab2d-41da-91e1-167c31d966a9",
"content": "This is a test message: HELLO WORLD"
}
Mis à jour
Ce contenu vous a-t-il été utile ?
Ce contenu vous a-t-il été utile ?
curl -X 'POST' \
'https://connect-api.sandbox.archipels.io/messages' \
-H 'accept: */*' \
-H 'Authorization: Bearer SFUIRE8GsrçSv4vs94VS94svvzOStgrrzjft=' \
-H 'Content-Type: application/json' \
-d '{
"connectionId": "0f42f1da-ab2d-41da-91e1-167c31d966a9",
"content": "This is a test message: HELLO WORLD"
}'