{
"nameMember": "string", Max size: 200
"nameGym": "string", Max size: 200
"observation": "string", Max size: 65000
"versionApp": "string", Max size: 80
"platform": int { 1 = Android, 2 = IOS}
}
Request
Send your HTTP requests with an Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password Example:Authorization: Basic *****************
or
{
"idRatingExperience": 0,
"nameMember": "string",
"nameGym": "string",
"observation": "string",
"versionApp": "string",
"platform": 0
}
Request Code Samples
curl --location 'https://evo-integracao-api.w12app.com.br/api/v2/mobile/rate-app' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json-patch+json' \
--data '{
"idRatingExperience": 0,
"nameMember": "string",
"nameGym": "string",
"observation": "string",
"versionApp": "string",
"platform": 0
}'
Responses
This response does not have a body.
Modified at 2026-05-15 18:32:28