Docs Home
/
Developer Tools
/
API
/
Users
/
Get The Shortlinks For A User

Get the shortlinks for a user

Query string parameters

  • ?limit=

    uint32
    //
  • &page_token=

    string
    //
  • &sort_by=

    "created_at_ascending"+1
    • //Sort in increasing order of "created_at".
      "created_at_ascending"
    • //Sort in decreasing order of "created_at".
      "created_at_descending"
    //

Response

  • 200 OK
    • //
      • next_page:

        string,
        //
      • :

        [[ ... ]
        //
        • //
          • created_at:

            stringISO-8601,
            //
          • id:

            stringUUID,
            //
          • key:

            string,
            //
          • org_id:

            stringUUID,
            //
          • password_hash:

            string,
            //
          • restrict_to_org:

            boolean,
            //
          • updated_at:

            stringISO-8601,
            //
          • user_id:

            stringUUID,
            //
          • value:

            stringURL
            //
          }
        ]
      }

Examples

get
/user/shortlinks
200 OK
Response