Life Path Number
POST
/api/numerology/life-path
Calculate the Life Path Number from birth date. This is the most important number in numerology, representing your life's purpose.
Authorizations
ApiKeyAuth
API key for authentication. Get your API key from the dashboard.
TypeAPI Key (header: X-Api-Key)
Request Body
application/json
JSON
{
"dateTime": "string"
}
Responses
Life Path number calculation
application/vnd.api+json
JSON
{
"data": {
"value": 0,
"isMasterNumber": true,
"isKarmicDebt": true,
"reducedFrom": 0,
"calculation": "string"
}
}