/api/v1/mobile/get-all-branches
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
Request Code Samples
curl --location 'https://evo-integracao-api.w12app.com.br/api/v1/mobile/get-all-branches' \
--header 'Authorization: Basic <encoded-value>'
Responses
[
{
"branchName": "string",
"slug": "string",
"idBranch": "string",
"idW12Token": "string",
"openingHours": "string"
}
]
Modified at 2026-05-15 18:32:28