Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

Invalid Identifier

Hi guys,

 

I am trying to get json data from api but it keeps telling me there is an invalid identifier:

 

et
    url = "https://api.parsable.net/api/jobs#fetch",
    headers = [
        'accept'= "application/json",

        "the issue is in the " ' ""
        'content-type'= "application/json",
        'authorization': "Token 545456........"
    ],
    content = "{

 

"method": "getData",

    "arguments": {

        "jobId": "4a732414-a7a5-"

    }

 

any idea why?