Download OpenAPI specification:Download
Doohickey Cloud Services provides an API for managing integrations and embedding them into your software product.
The Login endpoint is used to authenticate an application or user to the Doohickey Cloud. The login endpoint is used to create a new session for a user or application. A session will currently last 1 day before the token needs refreshed. The token is an OpenID Connect (OIDC) id_token which is a signed JSON Web Token (JWT).
username
: The username of the user to authenticatepassword
: The password of the user to authenticateaccountName
: The account name provided by Blended Edge which is common across all users of the Doohickey Cloud Services account. This value allows the service to authenticate the user with the necessary information.