Testing the Zodiac Gift Guru API Using Postman

Explore Thoughtful and Personalized Gift Ideas Curated for Every Zodiac Sign. Inspired by their unique traits and current cosmic influences, these astrology-driven recommendations will help you choose meaningful presents that truly resonate with the recipient’s personality and celestial energy.

 Last updated : 12 Dec, 2024
 Guide

1. Securing Your API Key

To start, you need an API key. Head over to https://divineapi.com/ and register to initiate your 7-day trial.

  • Select the APIs you are interested in; you can change these selections at any time. You can add or remove APIs in the future.
  • Click on checkout, fill out the sign-up form, and enter your payment details on the next page.

Your trial will begin immediately. You won't be charged during the trial period, and you can cancel anytime without incurring any charges.

  • After logging in, your API key will be visible on your dashboard on the API Key page ( https://divineapi.com/api-keys)

 

2. Importing the Postman Collection

Import our Postman collection to facilitate your API testing:

  • After logging into your Postman account:
  • Open This link: https://documenter.getpostman.com/view/27195761/2sA3Qs8rfV 
  • Click “Run in Postman” and then select “Run in Web”.
  • Select your workspace and then select ‘import’.

 

3. Configuring Your API Request

Once the collection is imported:

  • Locate the "Zodiac Gift Guru" API request.
  • Ensure the method is set to POST.
  • Use this request URL: https://astroapi-7.divineapi.com/api/v1/zodiac-gift-guru

 

4. Setting Request Parameters

This API call necessitates only your API key. To find your API key.

  • Go to your DivineAPI dashboard > API Key page.
  • Click on “Copy” next to the API key

 Notice the difference between the key, and the Access Token.

 

Go back to Postman to set the parameters.

  • Navigate to “Authorization”, select “Bearer Token” in the Auth type, and then add the token from your Divine API profile.
  • Navigate to 'Body', select 'form_data', and then add:
    • api_key | Value: <Your_API_Key>
    • sign: “Aries” - Enter the zodiac sign.
    • h_day: “today” - Enter the (yesterday, today, tomorrow)
    • tzone: "5.5" - Timezone offset from UTC.
    • lan : “en” - Enter the language.
  • Please ensure that the bearer token is exactly the same as in your profile, with no changes in spacing or formatting.

 

5. Making the Request

Hit the 'Send' button to submit your request.

 

6. Deciphering the Response

The API's response will be structured as follows:

{

{
    "status": "success",
    "code": 200,
    "message": "Request was successful",
    "data": {
        "sign": "Aries",
        "date": "12 Dec 2024",
        "fashion_picks": {
            "Mindfulness Journal": "A beautifully designed journal for practicing mindfulness and staying organized, perfect for the methodical Virgo qualities.",
            "Essential Oil Diffuser": "An elegant diffuser to promote relaxation and a serene atmosphere, aiding the grounded and earthy nature of Virgo while soothing the pressures of Saturn on the Ascendant.",
            "Online Masterclass Subscription": "Access to an array of classes that feed Virgo's thirst for knowledge, especially beneficial during this period of Mercury retrograde in Sagittarius."
        },
        "insight": "Virgo's analytical and practical nature thrives on gifts that provide organization and promote well-being. The current astrological context—with Saturn conjunct the Ascendant—emphasizes structure and self-discipline, making a mindfulness journal an ideal tool for reflection and growth. An essential oil diffuser complements Virgo's earthy demeanor, offering relaxation amidst energetic shifts. With Mercury retrograde, an online masterclass keeps Virgo intellectually stimulated and adaptable. These gifts align with the Virgo recipient's innate qualities and the celestial influences at play, providing thoughtful opportunities for personal development and balance."
    }
}
  • This celestial period emphasizes structure, self-discipline, and personal growth, perfectly aligning with Virgo's analytical and practical nature.
  • A mindfulness journal serves as an excellent tool for reflection and staying organized, complementing the grounded energy brought by Saturn conjunct the Ascendant.
  • An essential oil diffuser enhances relaxation and creates a serene atmosphere, soothing the pressures of current energetic shifts.
  • These thoughtful choices foster balance, growth, and intellectual stimulation, making them ideal for navigating this astrological moment.

7. Error Resolution

Ensure your API key is correctly entered if you encounter errors, as most issues are due to invalid or missing API keys.

8. Further Assistance

For additional support or inquiries, feel free to contact our customer service team at admin@divineapi.com.