Please note: This guide assumes you have completed the prerequisites from the quick start overview.
Steps to build a manage pinned List request
Step one: Choose the List endpoint collection from Postman Once you have the X API v2 collection loaded in Postman, navigate to the “List” folder, select another folder “Pinned Lists”, and then choose “Pin a List”. Step two: Specify the List to pin Manage pinned List endpoints require two IDs: one for the user (the authenticated user to pin a List) and the target List (the List to be pinned). The user’s ID must correspond to the authenticating user’s ID, meaning that you must pass the Access Tokens associated with the user ID when authenticating your request. In this case, you can specify the ID belonging to your user. You can find your ID in two ways:- Using the users lookup by username endpoint, you can pass a username and receive the id field.
- Looking at your Access Token, you will find that the numeric part is your user ID.
Key | Value | Parameter type |
id | The user ID | path |
list_id | The target List ID to be pinned | body |