---
title: "Auth"
method: POST
path: "/auth"
tags: ["Auth"]
---

# Auth

`POST /auth`

## Request body

- object
  - `ClientID` string
  - `ClientSecret` integer

## Response `200`

Token Gerado com sucesso

- object
  - `Success` boolean
  - `Message` string
  - `Dados` string

## Other responses

- `401` — LOGON OU SENHA INVALIDOS

---

[API](https://skmtc.net/credify/apis/credify-api-auth.md) · [All operations](https://skmtc.net/credify/apis/credify-api-auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/credify/credify-api-auth/revisions/c8c11484ec88/schema)
