Pix ProcessamentoPix Processamento Docs
API 端点报表

报告状态

GET
/user/report/{id}

认证

BearerAuth
认证Bearer <token>

位置: header

Path 参数

id*string
格式uuid

响应体

application/json

application/json

curl -X GET "https://api.exemplo.processamento.com/v1/user/report/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "id": "5224fd4e-0abb-4498-a79b-9398ea6712ad",
  "status": "COMPLETED",
  "createdAt": "2026-05-06T16:39:52.944Z",
  "updatedAt": "2026-05-06T16:39:53.500Z",
  "expiresAt": "2026-05-13T16:39:52.996Z"
}
{
  "statusCode": 404,
  "error": "Not Found",
  "message": "Resource not found",
  "requestId": "cmou00000abcdef01s6ghij1k2lm"
}