Follow the question structure recommended by Dev Bot before submitting your integration questions.
NOTE. Available for use with branch access key and also with General ADM access key.
| Parameter | Type | Required | Description |
|---|---|---|---|
| idMember | int32 | No | ID of the member. |
| Field | Type | Description |
|---|---|---|
totalFitcoins | int64 | Quantity of the student's fitcoins. |
username:passwordAuthorization: Basic *****************curl --location 'https://evo-integracao-api.w12app.com.br/api/v1/members/fitcoins?idMember=undefined' \
--header 'Authorization: Basic <encoded-value>'{
"totalFitcoins": 0
}