Skip to content

getListById always returns 404 #2

Description

@jkirkpatrick

I have created a list, and when trying to access the list using the SDK it always returns a 404 error:

    const list = new ListApi();
    const id = await list.getListById("my-list-name");

Which submits the following URL:

https://api.sendx.io/api/v1/rest/list/my-list-name

Which fails with a 404 error.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions