ENA Feedback
API ReferenceEndpointsReviews

Get review

Last updated on

GET
/review/{reviewId}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

reviewId*string

Response Body

application/json

curl -X GET "https://example.com/review/string"
{
  "id": "string",
  "title": "string",
  "status": "draft",
  "created_at": "2019-08-24T14:15:22Z"
}
Empty