# Get a specific attachment **GET /attachments/{attachment_id}** ## Servers - https://*.syngency.com/admin/api: https://*.syngency.com/admin/api () ## Parameters ### Path parameters - **attachment_id** (integer(int32)) ID of attachment to return ## Responses ### 200 A single attachment #### Body: application/json (array[array]) ### 404 The requested resource could not be found #### Body: application/json (object) - **code** (integer(int32)) - **message** (string) ### 405 Method Not Allowed #### Body: application/json (object) - **code** (integer(int32)) - **message** (string) ### 500 An unexpected error occurred #### Body: application/json (object) - **code** (integer(int32)) - **message** (string) [Powered by Bump.sh](https://bump.sh)