POST /api/legacy/transits
POST
/api/legacy/transits
Authorizations
ApiKeyAuth
API key for authentication. Get your API key from the dashboard.
TypeAPI Key (header: X-Api-Key)
Request Body
application/json
JSON
{
"name": "string",
"birth_date": "string",
"birth_time": "string",
"birth_latitude": 0,
"birth_longitude": 0,
"birth_timezone": "string",
"transit_start": "string",
"transit_end": "string",
"transit_latitude": 0,
"transit_longitude": 0,
"transit_timezone": "string",
"lang": "en"
}