Backend processing error

I have two seperate accounts with two seperate API keys. The accounts are setup to be identical (one for dev and one for production)

When I run a query at setAlert (currently using ident: DAL2796-1566967556-airline-0308) with the production credentials, I get a proper response.

When I run the same query using the dev credentials I get an error response:

{
    "error": "Backend processing error (2019-08-30T13:14:20)"
}

Has the dev account ever called RegisterAlertEndpoint? If no endpoint is set then attempting to configure alerts will fail.

1 Like

Yea whoops forgot that part. Thanks so much!