> For the complete documentation index, see [llms.txt](https://api2-ekycapis.innov8tif.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api2-ekycapis.innov8tif.com/okayface-search/okayface-search-all/get-token-api/sample-response.md).

# Sample Response

## Response Example

{% code title="Encrypted Form" overflow="wrap" %}

```
{
    "success": true,
    "data": "4oCmb8Y4Uk7OKAyKpHVynZLiDSB4ULjo97zAiX/Wb2koDsvyaMIvI2hF+0Ml+U6y/XT8IOGERGAYuQvRLwe1l5lRiDGEsn0FBV5OyMXqftG78W7LA0GscS9iqCkfhVhc"
}


```

{% endcode %}

{% code title="Decrypted Form" overflow="wrap" %}

```

{
   "success":true,
   “data”: 
   {
       "access_token":"f30f030890d314ea743412966dd29d5e",
       "expired_at":"2023-06-11 14:32:59"
    }
}

```

{% endcode %}
