Authentication
SwitchWallet uses our authentication credentials to Identify who's making API calls
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
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