Skip to main content
POST
/
accounts
cURL
curl --request POST \
  --url https://api.theauthapi.com/accounts \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "name": "<string>"
}
'

Authorizations

x-api-key
string
header
required

Body

application/json
name
string
required

Response

201 - undefined