API > list >
Get List
POST https://app.replyup.com/api/list/${id}
Get list details
Default Parameter |
api_key (string) |
Your api key |
Parameters |
id(string)
*
|
List Id of which you want to get details. |
200 success returns |
successful operation
id (string)
|
The identifier of the list. |
name (string)
|
The name of the list. |
userId (integer)
|
The userId of the list. |
status (integer)
|
The status of the list. |
updatedAt (string)
|
When was the list last updated. |
createdAt (string)
|
When was the list created. |
|
400 returns |
Invalid status value
success (boolean)
|
It defines if response is success, or failure |
statusCode (string)
|
Error code |
message (string)
|
A description of the error. |
|
Example request |
"https://app.replyup.com/list/1"
|
Example response |
{"id":1,"name":"Onboarding client","userId":5,"status":"1","createdAt":"2022-03-03T18:17:41.000Z","updatedAt":"2022-03-03T18:17:41.000Z"}
|