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.
| Field | Type | Description |
|---|---|---|
idCategoryMembership | int32 | Unique identifier of the plan category. |
name | int32 | Name of the plan category. |
username:passwordAuthorization: Basic *****************curl --location 'https://evo-integracao-api.w12app.com.br/api/v1/membership/category' \
--header 'Authorization: Basic <encoded-value>'[
{
"idCategoryMembership": 0,
"name": "string"
}
]