WordsAPI

FREEMIUM
Verified
Por dpventures | Actualizada 21 giorni fa | Data
Popularidad

9.9 / 10

Latencia

179ms

Nivel de servicio

100%

Health Check

N/A

Volver a todas las conversaciones

API KEY WILL NOT WORK

Rapid account: Thomascarli
thomascarli
8 anni fa

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 anni fa

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

Rapid account: Cdrogers 1414
cdrogers1414 Commented 8 anni fa

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 anni fa

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 anni fa

Getting this as well, no response from WordsAPI yet

Únase a la conversación, añada un comentario a continuación:

Inicie sesió/Regístrese para publicar nuevos comentarios