WordsAPI

FREEMIUM
Verified
Durch dpventures | Aktualisiert 22 days ago | Data
Popularität

9.9 / 10

Latenz

179ms

Service Level

100%

Health Check

N/A

Zurück zu allen Diskussionen

API KEY WILL NOT WORK

Rapid account: Thomascarli
thomascarli
8 years ago

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 years ago

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

Rapid account: Cdrogers 1414
cdrogers1414 Commented 8 years ago

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 years ago

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 years ago

Getting this as well, no response from WordsAPI yet

Nehmen Sie an der Diskussion teil - fügen Sie unten einen Kommentar hinzu:

Anmelden / Registrieren, um neue Kommentare zu veröffentlichen