post https://sandbox.paddieswitch.com/api/v1/auth
To make API calls on Paddieswitch, you will have to pass a Bearer Token
Log in to see full request history
Responses
To make API calls on Paddieswitch, you will have to pass a Bearer Token
xxxxxxxxxx
11curl --request POST \
--url https://sandbox.paddieswitch.com/api/v1/auth \
--header 'Content-Type: application/json' \
--header 'accept: application/json' \
--data '
{
"password": "********",
"rememberMe": true,
"username": "edet@gmail.com"
}
'
Try It!
to start a request and see the response here! Or choose an example: