Skip to main content
PUT
/
v1
/
users
/
@me
/
matrix
Link Matrix account
curl --request PUT \
  --url https://api.magne.app/v1/users/@me/matrix \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "matrixUserId": "<string>"
}
'
{
  "matrixUserId": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
matrixUserId
string
required

Response

Success

matrixUserId
string