Swapin Partner API
  • What is Swapin?
  • Help & Customer Support
  • General
  • Authentication
  • API Endpoints
    • Get coins
    • Create payment
    • Payment status
    • Settle Payment
    • Payment statuses
    • Create buy order
    • Buy order status
    • Buy order statuses
  • Referral codes
  • Create referral code
  • Referral statistics
  • End customer experience
    • Verification Levels
    • Supported Countries
    • Fees, Supported Currencies and Payment Processing Times
    • Dedicated IBANs
Powered by GitBook
On this page

Authentication

Each request requires you to include an authentication token. Use this request to obtain your token. Token is valid for 1 hour.

Partner authentication

POST https://papi.swapin.com/api/auth/login

Request Body

Name
Type
Description

email*

String

PARTNER_EMAIL

password*

String

PARTNER_PASSWORD

{
    "token": "<AUTH_TOKEN>"
}
{
    "message": "Invalid credentials"
}

PreviousGeneralNextGet coins

Last updated 1 year ago