You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary
We have a main account and several sub-accounts. We have an API key for the main account and each sub-account and templates are associated with the sub-accounts. If an API send request is sent for a sub-account template with a sub-account API key, it returns 202 and is sent successfully.
If an API send request is sent for a sub-account template with the main API key, it returns 202 but the email is never sent.
Expected
It was expected that using the main API key would result in a negative response, not a positive one
The text was updated successfully, but these errors were encountered:
Summary
We have a main account and several sub-accounts. We have an API key for the main account and each sub-account and templates are associated with the sub-accounts. If an API send request is sent for a sub-account template with a sub-account API key, it returns 202 and is sent successfully.
If an API send request is sent for a sub-account template with the main API key, it returns 202 but the email is never sent.
Expected
It was expected that using the main API key would result in a negative response, not a positive one
The text was updated successfully, but these errors were encountered: