---
title: "GET /api/services/app/ZaloAuth/Callback"
method: GET
path: "/api/services/app/ZaloAuth/Callback"
tags: ["ZaloAuth"]
---

# GET /api/services/app/ZaloAuth/Callback

`GET /api/services/app/ZaloAuth/Callback`

## Query parameters

- `code` string
- `state` string

## Response `200`

Success

- ZaloTokenDto
  - `accessToken` string, nullable
  - `refreshToken` string, nullable
  - `expiresIn` integer
  - `tokenType` string, nullable
  - `scope` string, nullable

---

[API](https://skmtc.dev/dalieu/apis/portaldalieu-api.md) · [All operations](https://skmtc.dev/dalieu/apis/portaldalieu-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dalieu/portaldalieu-api/revisions/78dcf1621c0e/schema)
