cURL
curl --request GET \ --url https://api.instantly.ai/api/v2/inbox-placement-tests/email-service-provider-options \ --header 'Authorization: Bearer <token>'
[ { "region": "North America", "sub_region": "US", "type": "Professional", "esp": "Google" } ]
Provides a list of available email service providers for inbox placement tests.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Default Response
"North America"
"US"
"Professional"
"Google"