This API lets you get the details for your access token. You can use this API to track the token expiry time and call the Refresh token API before the token expires to generate a new access token.

Example Response
After a successful call, the API will return a response similar to the below structure.

{
    "resource_owner_id": 1,
    "scope": [
        "locations",
        "orders",
        "menus"
    ],
    "expires_in": 7175,
    "application": {
        "uid": "a1c5e5d6d160305477537a660a5a4d0c59f9286fa9daaf015557238271e98d41"
    },
    "created_at": 1665422860
}
Language
Click Try It! to start a request and see the response here!