POST
/
auth
/
token
curl --request POST \
  --url https://api.scanify.com.br/auth/token \
  --header 'Content-Type: application/json' \
  --data '{
  "apiKey": "apiscanify_MC55Y3V2bmNvMW11bw==YXBpc2NhbmlmeV8="
}'

Body

application/json
apiKey
string

A chave de API fornecida ao usuário.

Example:

"apiscanify_MC55Y3V2bmNvMW11bw==YXBpc2NhbmlmeV8="

Response

200
_mintlify/placeholder

Autenticação bem-sucedida