App Token 검증

GET https://{auth-domain}/v1.0/auth/token/verify

Headers

Name
Type
Description

Authorization*

string

Bearer {{app-access-token}}

{
    "return": 0,
    "message": "success",
    "value": {
        "company_id": 1,
        "app_id": 2,
        "login_type": 2,
        "uuid": "2e3a0721-6c7b-49b1-b862-4d69a994c17c"
    }
}
key
data type
desc.

company_id

int

회사 id

app_id

int

application id

login_type

int

로그인 type

uuid

string

access token uuid

Last updated