Can't get Access Token
This query doesn't return any response. POST https://ericssonbasicapi2.azure-api.net/colection/token/ HTTP/1.1 Host: ericssonbasicapi2.azure-api.net Authorization: b64enc_API_USER_ID:b64enc_API_Key Ocp-Apim-Subscription-Key: my_subscription_key
Comments
-
This is happening to me tooPosted by Hidden Thu, 22 Nov 2018 10:05:52 GMT
-
Can't get an access token too, request is taking too long and returning this error from your side. { "statusCode": 500, "message": "Internal server error", "activityId": "c5813fda-7bd0-4b63-b649-af133fa20cfd" } How do I go around this?Posted by Hidden Sun, 02 Dec 2018 17:50:47 GMT
-
Make sure you use these: use basic authorization__ username : {'X-RefID'} and Password : {'API_KEY'} the endpoints to post your request are in the documentationPosted by Hidden Mon, 10 Dec 2018 08:04:19 GMT
-
NB: you are not encoding to base64... just raw data as it is.Posted by Hidden Mon, 10 Dec 2018 08:06:20 GMT
-
First you need to make this tests with Postman or any other REST IDE For Testing API's i find Postman working better or Insomnia. Anyone else experiencing this issues? i Can assist.Posted by Hidden Mon, 31 Dec 2018 08:41:12 GMT
-
My god you people are retarts: What is a {'X-RefID'} !!!!!!@!!!!!??????Posted by Hidden Fri, 22 Nov 2019 10:26:18 GMT
You're not signed in. Please sign-in to report an issue or post a comment.