WordsAPI

FREEMIUM
Verified
By dpventures | Updated 8日前 | Data
Popularity

9.9 / 10

Latency

193ms

Service Level

100%

Health Check

N/A

Back to All Discussions

API KEY WILL NOT WORK

Rapid account: Thomascarli
thomascarli
8年前

Title describes the issue. None of my api keys will work. I get a 401 and a message to
"please sign up for a new token",“visit”:“https://www.wordsapi.com/pricing”".
I have a basic account set up with Credit Card info verified.
Any suggestions?

Rapid account: Wordsapi
wordsapi Commented 8年前

I’m not familiar with Android development, you may want to ask the maintainer of that library.

Rapid account: Cdrogers 1414
cdrogers1414 Commented 8年前

Hi, I am following the "Configure"step in the Android guide at http://restunited.com/docs/6vc24wq3ojpq

auth = apiClient.getAuthentication(“Default”);
((ApiKeyAuth) auth).setApiKey(“YOUR_API_KEY”);

This is returning error 401.

Rapid account: Wordsapi
wordsapi Commented 8年前

Hi all,
Please make sure you’re sending your API KEY as a header using ‘X-MashapeKey’.

Here’s a curl example:

curl --get --include ‘https://wordsapiv1.p.mashape.com/words/bump/also
-H ‘X-Mashape-Key: yourKeyGoesHere’
-H ‘Accept: application/json’

Examples are available in the documentation using a variety of other languages:

https://market.mashape.com/wordsapi/wordsapi

Rapid account: Cdrogers 1414
cdrogers1414 Commented 8年前

Getting this as well, no response from WordsAPI yet

Join in the discussion - add comment below:

Login / Signup to post new comments