Skip to content

Login

Nota

BASE_URL es el dominio principal donde se aloja el servicio. Ejemplo: https://my-app.app/

Auth

Method: POST 🎉

URL: BASE_URL/api/auth/inaf

Request Body

json
{
  "client": "string",
  "secret": "string"
}

WARNING

Los valores de client y secret serán proporcionados por el administrador del SISCOA.

Response

json
{
  "message": "string",
  "token": "string",
}

UNLICENSED