WordsAPI

FREEMIUM
Por dpventures | Atualizado לפני 22 ימים | Data
Popularidade

9.9 / 10

Latência

179ms

Nível de serviço

100%

Health Check

N/A

Voltar para todas as discussões

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

Junte-se à discussão - adicione o comentário abaixo:

Efetue login / inscreva-se para postar novos comentários