get https://{accountName}.{environment}.com.br/api/do/notes/
Retrieves a given note in VTEX Do, filtering by noteId
.
Request body example
curl --location --request GET 'https://{{accountName}}.{{environment}}.com.br/api/do/notes/{{noteId}}' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'X-VTEX-API-AppToken: {{X-VTEX-API-AppToken}}' \
--header 'X-VTEX-API-AppKey: {{X-VTEX-API-AppKey}}'