Retrieve an access tokenAsk AIpost https://api.motaword.com/tokenMotaWord API is using OAuth2 procedures when authenticating or authorizing your API call.Body Paramsgrant_typestringrequiredOAuth2 grant type. We publicly support 'client_credentials' or 'refresh_token' grant types, while other strategies are also possible but not allowed regularly.scopestringrequiredAuthorization scope. Use 'privileged' for private endpoints.refresh_tokenstringRefresh token value for refresh token flow.Responses 200Authentication response defaultAuthentication error - for vendor auth, it will also fail if their account is not approved yet. In that case, the error response will include "account_status" key.Updated 6 months ago