An API key and a set of credentials (email and password) must be used to authenticate. Use the /auth endpoint to get the short-lived token needed to call WeDoBooks apis endpoints. It can be accessed using the following credentials:
AIzaSyAMAz3UeTiYxA902vsS7mmg6msWf7wWEpUAuthenticate with username/password provided by WedoBooks in order to obtain a short lived JWT token used to access other endpoints
The token will expire after 1hs.
userCredentials
| email required | string <= 50 characters |
| password required | string <= 50 characters |
{- "email": "dev-demo@wedobooks.io",
- "password": "test-demo"
}{- "idToken": "string"
}