get https://{dominiodocliente}.cvcrm.com.br/api/v1/cv/localidades/estados
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url https://integracao.cvcrm.com.br/api/v1/cv/localidades/estados \
--header 'accept: application/json'
xxxxxxxxxx
13{
"total": 17,
"offset": 0,
"limit": 30,
"estados": [
{
"idestado": 26,
"idestado_int": "1",
"uf": "SE",
"nome": "Sergipe"
}
]
}