Getting started with Analytics 1.4 APIs - Bad Request | Community
Skip to main content
marcop40031311
New Participant
May 8, 2018
Solved

Getting started with Analytics 1.4 APIs - Bad Request

  • May 8, 2018
  • 7 replies
  • 26576 views

Hello,

I am trying to make some initial requests to the Analytics API v1.4, and by doing so I am following the instructions listed on analytics-1.4-apis/postman at master · Adobe-Experience-Cloud/analytics-1.4-apis · GitHub


Rather than getting a correct response, I am getting the following error:

{

    "error": "Bad Request",

    "error_description": "Invalid created timestamp (''). Values should be in ISO-8601 format",

    "error_uri": null

}

May you please advice what is wrong?


Thank you very much for your help,

Marco

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by marcop40031311

Hello Rawsoft,

Thank you very much for your reply.

Actually, instructions on GitHub have been updated by Adobe 3 days ago. I have made a test following the new instructions and it works fine now.

Apparently there was some additional configuration to be done on Postman (i.e. creation of an Environment with a specific key) in order to make it work as specified in the documentation.

Thanks,

Marco

7 replies

saml9443
New Participant
October 16, 2019

Did that - still getting the same error as all above.

alessandrov9274
New Participant
October 30, 2018

Ok, just for the record, one needs to SELECT the created environment too after creating it! (Upper right corner dropdown menu)

alessandrov9274
New Participant
October 30, 2018

marcop40031311

I'm having the same issue following instructions from here: analytics-1.4-apis/postman at master · AdobeDocs/analytics-1.4-apis · GitHub

Could you troubleshoot?

sethb91186435
New Participant
September 12, 2018

Having the same issue.

Thanks,

Seth

New Participant
August 10, 2018

Hi Marco,

I have followed the instructions on the Adobe Github page and am encountering the same error.

Could you let me know what you did to fix your issue.

Regards,

Robin

marcop40031311
marcop40031311AuthorAccepted solution
New Participant
May 17, 2018

Hello Rawsoft,

Thank you very much for your reply.

Actually, instructions on GitHub have been updated by Adobe 3 days ago. I have made a test following the new instructions and it works fine now.

Apparently there was some additional configuration to be done on Postman (i.e. creation of an Environment with a specific key) in order to make it work as specified in the documentation.

Thanks,

Marco

Rydal_Williams
New Participant
May 17, 2018

It seems you are calling one of the API methods that requires a timestamp or date range, the dates that you specify or DID NOT specify should be in ISO-8601 format and you can read more about that here ISO 8601 - Wikipedia  Format your dates as such and you will be fine.