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

Getting started with Analytics 1.4 APIs - Bad Request

  • May 8, 2018
  • 7 replies
  • 26588 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

Rydal_Williams
Level 4
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.

marcop40031311
marcop40031311AuthorAccepted solution
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

Level 2
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

sethb91186435
September 12, 2018

Having the same issue.

Thanks,

Seth

alessandrov9274
Level 2
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?

alessandrov9274
Level 2
October 30, 2018

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

saml9443
Level 2
October 16, 2019

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