We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version:
Description of the bug and steps to reproduce: If get /api/subscribers/lists/{list_id} not work
with /api/subscribers/lists/1 ---> { "message": "404 unknown endpoint" }
with api/subscribers/lists --->
{ "message": "Invalid ID(s)" }
tried with postman and curl
The text was updated successfully, but these errors were encountered:
Just realised that the documentation is incorrect for this API. Will fix. The list IDs should be passed as query params.
eg: /api/subscribers?list_id=1&query=&page=1&order_by=id&order=desc
/api/subscribers?list_id=1&query=&page=1&order_by=id&order=desc
Sorry, something went wrong.
9109097
knadh
No branches or pull requests
Version:
Description of the bug and steps to reproduce:
If get /api/subscribers/lists/{list_id} not work
with /api/subscribers/lists/1 ---> {
"message": "404 unknown endpoint"
}
with api/subscribers/lists --->
{
"message": "Invalid ID(s)"
}
tried with postman and curl
The text was updated successfully, but these errors were encountered: