curl --request POST \
--url https://api.revong.com/api/v1/me \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"surname": "<string>",
"phone": "<string>",
"code": "<string>",
"metaData": {},
"advancedData": {}
}
'USER: true SERVICE ACCOUNT: false
curl --request POST \
--url https://api.revong.com/api/v1/me \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"surname": "<string>",
"phone": "<string>",
"code": "<string>",
"metaData": {},
"advancedData": {}
}
'Bearer token with Platform JWT token or API Key.
You can to provide name of the user.
You can to provide surname of the user.
You can to provide phone number of the user (must be valid), it should include region e.g. +48...
You must provide code when phone or mail provided.
OK.