💳Authentication
SwitchWallet uses our authentication credentials to Identify who's making API calls
NB: For every API call, You be required to pass in either API Key Or Bearer Token to the request Header
SwitchWallet has two(2) methods of Authentication
API Key
Bearer's Token
API Key
This is gotten from the settings page of your dashboard, Click Here
Bearer Token
BaseUrl: You will have to change the value of the baseUrl below base on the Environment you want to interact with
Login
POST
BaseUrl/api/v2/auth/login
Request Body
Name | Type | Description |
---|---|---|
email* | String | merchant-email-addess@mail.com |
password* | String | Merchant-Pa$$word1 |
NB: Bearer Token expires every 2 hours
Last updated