Personality Number
POST
/api/numerology/personality
Calculate the Personality Number from consonants in the name. This number reveals how others perceive you.
Authorizations
ApiKeyAuth
API key for authentication. Get your API key from the dashboard.
TypeAPI Key (header: X-Api-Key)
Request Body
application/json
JSON
{
"fullName": "string"
}
Responses
Personality number calculation
application/vnd.api+json
JSON
{
"data": {
"value": 0,
"isMasterNumber": true,
"isKarmicDebt": true,
"reducedFrom": 0,
"calculation": "string"
}
}