D
D7 API
Details
- URL
-
https://api.d7networks.com - Docs
- https://d7networks.com/docs/
Authentication
Authorization: Bearer <credential> In the D7 Control panel, create an application to obtain a client_id and client_secret. From that application page you can click Generate auth token to mint an API bearer token directly, or call POST https://api.d7networks.com/auth/v1/login/application with client_id and client_secret as form-data to receive a token. The docs say this token is then used for messaging and verify endpoints.