M

MotaWord API

REST discovered

Details
URL
https://api.motaword.com
Docs
https://motaword.readme.io/reference
Authentication
MotaWord API access token bearer discovered Get token ↗

First create a developer app to get a client_id and client_secret from the Developer Portal. Then request a token from `POST /token` on https://api.motaword.com using grant_type=client_credentials and HTTP Basic auth where the username is the app ID and the password is the app secret. The response returns an access_token, which the main API accepts as the access_token query parameter per the published OpenAPI.