Docs Home
/
Zoo Developer Tools
/
API
/
Projects
/
List share links for one of the authenticated user's projects.

List share links for one of the authenticated user's projects

Parameters

Name

Type

Req.

  • id

    string / UUID
    required

Returns

  • 200 OK

    successful operation

    Name

    Type

    Req.

    body

    array
    optional
    Array of
    • access_mode

      string
      optional
      Possible values
      • anyone_with_link:  Anyone holding the URL can download the project.
      • organization_only:  Only members of the owner's organization can use the URL.
    • created_at

      string / ISO-8601
      optional
    • key

      string
      optional
    • updated_at

      string / ISO-8601
      optional
    • url

      string / URL
      optional
get
/user/projects/{id}/share-links
200 OK
Response