Authentication

Auth Token

As of now, we do not permit unauthenticated requests to our API. All requests must contain an auth token in the request header

Users are advised to register a free account here and get their free Authentication Token from the portal

An auth token is a secret. Please do not share your token with anyone and use SSL while connecting our API.

Request Type [Post]

Base URL : https://astroapi.dev/api/

1  curl --location --request POST '{api_url}/{endpoint}/' \
2       --header 'Authorization: Token {AUTH_TOKEN}' \