sendgrid / sendgrid-python

The Official Twilio SendGrid Python API Library
https://sendgrid.com
MIT License
1.53k stars 712 forks source link

Does this endpoint support pagination? GET /whitelabel/domains endpoint #1084

Open rmiyazaki6499 opened 4 weeks ago

rmiyazaki6499 commented 4 weeks ago

Based on the documentation here I assumed this endpoint supports pagination based on the limit and offset parameters that it provides (Also the default page_size is 50 which it says no where in the documentation)

https://www.twilio.com/docs/sendgrid/api-reference/domain-authentication/list-all-authenticated-domains

But the endpoint has no total_count or next property so does it not support pagination?