1. API-Key Authentication Method
Aurpay API
  • Aurpay Crypto Payment Integration
  • API-Key Authentication Method
    • Order
      • Get Payment URL
      • Get Payment Info
      • Get Orders
      • Get Orders Details
      • Get Orders Refund Info
      • Orders Refund
      • Get Transaction
      • Get Support Crypto Currency List
      • Get Support Real Currency List
    • Wallets
      • Get Wallets List
      • Withdraw Balance
      • Get Self Custody Wallets
    • Bitcoin Lightning Network
      • Get BLN Balance
      • Create BLN Order
      • Create BLN Withdraw
    • Get API-Key
      POST
  • Signature Authentication Method
    • Order
      • Get Payment URL
      • Get Payment Info
      • Get Support Real Currency List
      • Get Support Crypto Currency List
      • Get Orders
      • Get Orders Details
      • Get Transaction
      • Get Orders Refund Info
      • Orders Refund
    • Wallets
      • Get Wallets List
      • Withdraw Balance
      • Get Self Custody Wallets
    • Bitcoin Lightning Network
      • Get BLN Balance
      • Create BLN Order
      • Create BLN Withdraw
  • Callbakc Description
    • Callback Authentication Method
  1. API-Key Authentication Method

Get API-Key

POST
/api/plugin/key/aurpay
Use the account password to get API Key.

Request

Body Params application/json

Examples

Responses

🟢200
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://dashboard.aurpay.net/api/plugin/key/aurpay' \
--header 'API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
    "username": "example@aurpay.net",
    "password": ""
  }'
Response Response Example
{
    "code": 0,
    "message": "ok",
    "data": {
        "access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJtY3QtN2JhOGUwNWI0ZmE0IiwiZXhwIjo5MTQyNDQzODA1LCJpYXQiOjE2Nzc1MTI2MDV9.FPzC3zKsjV2WPrhxVucYKv3HBe4WXxzQPYv56lUCCo8",
        "expire": 86400
    },
    "result": true
}
Previous
Create BLN Withdraw
Next
Signature Authentication Method
Built with