Skip to main content
POST
/
auth
/
token
Generate a new token using HTTP Basic Authentication
curl --request POST \
  --url https://fxaas-dev.acorianacorretora.com.br/auth/token \
  --header 'x-api-key: <x-api-key>'
{
  "token": "<string>"
}

Headers

x-api-key
string
required

Your API Key

Example:

"acoriana_09283012jd01930129u"

Response

Token generated successfully

token
string

Generated authentication token