POST
/
api
/
v1
/
auth
/
signin
curl 'https://api.sandbox.uqpay.org/api/v1/auth/signin' \
-H 'content-type: application/json' \
-H 'x-api-key: a6b0b414c936bc677f83fc48b6b12e7e986e2d8e2be76ff5243566cf5dce17ab' \
-H 'x-client-id: Up1HIsjiETPXLy7gON9PMG'
{
    "code": 200,
    "message": "Success",
    "data": {
        "auth_token": "c49f455cf2f768140b5e672d0f199b74",
        "expired_at": 1696431603
    }
}
x-client-id
string
required

x-client-id.

x-api-key
string
required

x-api-key

Response

code
number

Indicates whether the call was successful. 200 if successful, 400 if not.

message
string

Response Message. “Success” if successful, others not.

data
object
curl 'https://api.sandbox.uqpay.org/api/v1/auth/signin' \
-H 'content-type: application/json' \
-H 'x-api-key: a6b0b414c936bc677f83fc48b6b12e7e986e2d8e2be76ff5243566cf5dce17ab' \
-H 'x-client-id: Up1HIsjiETPXLy7gON9PMG'
{
    "code": 200,
    "message": "Success",
    "data": {
        "auth_token": "c49f455cf2f768140b5e672d0f199b74",
        "expired_at": 1696431603
    }
}