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 |
|---|---|---|
value | string | Identifier or value associated with the flag. |
text | string | Name or description of the card flag. |
logoUrl | string | URL of the logo image of the flag. |
username:passwordAuthorization: Basic *****************curl --location 'https://evo-integracao-api.w12app.com.br/api/v1/configuration/card-flags' \
--header 'Authorization: Basic <encoded-value>'[
{
"value": "string",
"text": "string",
"logoUrl": "string"
}
]