Skip to content

Get an attachment

Request

Security
bearerAuth
Path
uuidstringrequired

Resource UUID.

GET
/flows/api/attachments/{uuid}
curl -i -X GET \
  'https://leadgen.grinfi.io/flows/api/attachments/{uuid}' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Attachment details.

Bodyapplication/json
uuidstring

Attachment UUID.

team_idinteger
user_idinteger
payloadobject
bodystring or null
created_atstring, (date-time)
updated_atstring, (date-time)
Response
{ "uuid": "string", "team_id": 0, "user_id": 0, "payload": { "name": "photo.png", "path": "attachments/134/1ab98d82-cc1a-451b-918e-5b9c026a9d85.png", "size": "324274", "type": "image/png" }, "body": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" }