Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
A unique identifier representing the list you wish to retrieve.
curl --request GET \
--url https://api.courier.com/lists/{list_id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"name": "<string>",
"created": "<string>",
"updated": "<string>"
}Returns a list based on the list ID provided.
curl --request GET \
--url https://api.courier.com/lists/{list_id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"name": "<string>",
"created": "<string>",
"updated": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
A unique identifier representing the list you wish to retrieve.