Authentication
Wewire uses bearer authentication to authenticate the API. You can create your keys on the dashboard under settings > Developer Tab. If you don't have access to that, kindly contact your account manager to give you access.
Production keys are prefixed with sk_live_
and test keys are prefixed with sk_test_
To use your API key, you need to use ww-api-key
header with your key as the value of the header.
Last updated