Closed anton-gogolev closed 5 years ago
Why does PostmarkClient authenticates using X-Postmark-Server-Token header, and PostmarkAdminClient uses X-Postmark-Account-Token header? Shouldn't it be the other way around?
PostmarkClient
X-Postmark-Server-Token
PostmarkAdminClient
X-Postmark-Account-Token
Absolute brain fart. My bad. Apologies.
Why does
PostmarkClient
authenticates usingX-Postmark-Server-Token
header, andPostmarkAdminClient
usesX-Postmark-Account-Token
header? Shouldn't it be the other way around?