WordsAPI

GRATIS CON POSSIBILITÀ DI UPGRADE
Verified
Da dpventures | Aggiornamento hace 22 días | Data
Popolarità

9.9 / 10

Latenza

179ms

Livello di servizio

100%

Health Check

N/A

Torna a tutte le discussioni

API KEY WILL NOT WORK

Rapid account: Thomascarli
thomascarli
hace 8 años

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 hace 8 años

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

Rapid account: Cdrogers 1414
cdrogers1414 Commented hace 8 años

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 hace 8 años

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 hace 8 años

Getting this as well, no response from WordsAPI yet

Partecipa alla discussione - aggiungi un commento di seguito:

Accedi/Iscriviti per pubblicare nuovi commenti