---
title: "SSO"
method: POST
path: "/sso"
tags: ["SSO"]
---

# SSO

`POST /sso`

## Request body

- object
  - `account` string, required
  - `companyName` string
  - `name` string, required
  - `cnpj` string
  - `cpf` string, required
  - `birth` string, date, required
  - `cel` string, required
  - `email` string, required
  - `zipCode` string, required
  - `number` string, required
  - `complement` string
  - `address` string, required
  - `neighborhood` string, required
  - `city` string, required
  - `UF` string, required
  - `idLogonParceiro` string, required

## Response `200`

Resposta da consulta.
- Código 1: Sucesso.

- object
  - `codigo` string
  - `url` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Resposta da consulta. - Código 2: Dado não encontrado na base de dados.
- `500` — Resposta da consulta. - Código 3: Erro na API.

---

[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)
