Authentication#

Sign out user#

POST/auth/signout

Clears authentication cookies (access_token and refresh_token)

Code Examples#

curl -X POST "https://platform.antfly.io/api/v1/auth/signout" \
-H "Authorization: Bearer YOUR_TOKEN"

Responses#

{
  "success": true
}