Cannot post /v2/subscribers

I am using the python SDK and on trying to create users with response = novu_client.subscribers.create(create_subscriber_request_dto=request) i get the following error:
novu_py.models.errordto.ErrorDto: {"statusCode":404.0,"timestamp":"2025-04-21T19:40:45.597Z","path":"/v2/subscribers","message":"Cannot POST /v2/subscribers","ctx":{"error":"Not Found","statusCode":404}}
Was this page helpful?