Skip to main content
GET
/
report
/
{id}
/
section
/
{sectionType}
cURL
curl --request GET \
  --url https://api.example.com/report/{id}/section/{sectionType} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Enter JWT token

Path Parameters

id
string
required
sectionType
string
required

Response

200 - undefined