curl --request GET \
--url https://api.selltrust.com.br/api/v1/order/{internalId}/notes \
--header 'Authorization: <authorization>'[
{
"id": "uuid-da-nota",
"order_id": "uuid-do-pedido",
"user_id": "uuid-do-usuario",
"content": "Cliente solicitou entrega expressa",
"created_at": "2024-01-01T10:00:00.000Z",
"updated_at": "2024-01-01T10:00:00.000Z",
"user": {
"full_name": "Atendente João",
"avatar": "https://..."
}
}
]
curl --request GET \
--url https://api.selltrust.com.br/api/v1/order/{internalId}/notes \
--header 'Authorization: <authorization>'[
{
"id": "uuid-da-nota",
"order_id": "uuid-do-pedido",
"user_id": "uuid-do-usuario",
"content": "Cliente solicitou entrega expressa",
"created_at": "2024-01-01T10:00:00.000Z",
"updated_at": "2024-01-01T10:00:00.000Z",
"user": {
"full_name": "Atendente João",
"avatar": "https://..."
}
}
]
Bearer <seu_token>.[
{
"id": "uuid-da-nota",
"order_id": "uuid-do-pedido",
"user_id": "uuid-do-usuario",
"content": "Cliente solicitou entrega expressa",
"created_at": "2024-01-01T10:00:00.000Z",
"updated_at": "2024-01-01T10:00:00.000Z",
"user": {
"full_name": "Atendente João",
"avatar": "https://..."
}
}
]