GET
/
v1
/
tickets
/
{id}
/
attachments
curl --request GET \
  --url http://localhost:8000/v1/tickets/{id}/attachments \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Enter the bearer token

Path Parameters

id
string
required