Skip to main content

Download attachment

GET 

/v1/attachments/:id

Download attachment

Request

Path Parameters

    id stringrequired

    attachment id

Responses

success

Response Headers

  • X-Ratelimit-Limit

    integer

    Example: 100

    The maximum number of requests that you can make per period

  • X-Ratelimit-Remaining

    integer

    Example: 99

    The number of requests remaining in the current rate limit window

  • X-Ratelimit-Used

    integer

    Example: 1

    The number of requests you have made in the current rate limit window

  • X-Ratelimit-Reset

    integer

    Example: 1723886474

    The time at which the current rate limit window resets, in UTC epoch seconds

Schema

    string

Loading...