MyWay
  • Overview
    • Welcome to MyWay!
  • Integration
    • Onboarding
    • Quick Start
  • API Reference
    • Introduction
    • Authorization
    • Checking Account
    • Payment Link
    • Transaction
    • Benefits
    • Community Tokens
    • Cards
  • Extras
    • Contact
    • SDK Reference
    • FAQ
Powered by GitBook
On this page
  1. API Reference

Authorization

PreviousIntroductionNextChecking Account

Last updated 2 years ago

This step is required for your login in our plataform

Login into your account

  • Login into your account
  • POST/api/v1/auth/auth
post
Body
emailstringRequired
passwordstringRequired
Responses
201Success
post
POST /api/v1/auth/auth HTTP/1.1
Host: 
Content-Type: application/json
Accept: */*
Content-Length: 34

{
  "email": "text",
  "password": "text"
}
201Success

No content