Authentication
Endpoint to authenticate your account. The API will return a token to authorize subsequent API requests.
Authenticate your account
POST
https://api.waldo.ai/authenticate
Request Body
Name | Type | Description |
---|---|---|
apiKey* | String | |
clientSecret* | String |
Response
Authorization
Use the token from the authentication response to authorize subsequent API requests. The token should be added in the Authorization
header:
Last updated