Question

Incident IQ Api

  • 27 April 2022
  • 3 replies
  • 754 views

Badge +1

What is required in the headers and body for the following api:

https://site.incidentiq.com/api/v1.0/profiles/{userid}/picture


3 replies

Userlevel 6
Badge +11

Hey @dickeym you can try the following:

 

--header 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36' \--header 'content-type: application/json' \--header 'accept: application/json, text/plain, */*' \--header 'Authorization: Bearer <INSERT API TOKEN HERE>' \

 

let me know if that works for you!

Badge

I followed your suggestion and I’m getting an error:

 

{
    "StatusCode": 500,
    "Message": "IDX10223: Lifetime validation failed. The token is expired. ValidTo: 'System.DateTime', Current time: 'System.DateTime'."
}

 

 

My token is set to expire November of 2025. Any ideas?

 

Userlevel 7
Badge +14

@erwinty 

We are looking into this and submitted a ticket regarding this error. Will give you an update when we know more. Thanks for your patience. 

Reply