Skip to content
New issue

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

feature request: add sdk methods for organization apis #54

Closed
jainpawan21 opened this issue Nov 7, 2023 · 3 comments · Fixed by #56
Closed

feature request: add sdk methods for organization apis #54

jainpawan21 opened this issue Nov 7, 2023 · 3 comments · Fixed by #56

Comments

@jainpawan21
Copy link
Member

Take this issue as reference novuhq/novu#4775

@unicodeveloper
Copy link
Contributor

@mayorJAY @Basfar

@mayorJAY
Copy link
Contributor

Got it

@mayorJAY
Copy link
Contributor

@jainpawan21 https://api.novu.co/api#/Organizations/OrganizationController_getOrganizations
I tried sending a request to this endpoint using Postman, but the response body I got seems to be different from what is stated on the Swagger doc. The doc seems to be confusing, this is what I got on Postman:

{
    "data": [
        {
            "_id": String,
            "name": String,
            "createdAt": "2023-06-22T21:01:05.684Z",
            "updatedAt": "2023-06-22T21:01:05.684Z",
            "__v": 0
        }
    ]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants