Api
Authentication
- API Key: asc_auth_key
- HTTP: Basic Auth
- HTTP: Bearer Auth
- API Key: ApiKeyBearer
- OAuth 2.0: OAuth2
- OpenID Connect: OpenId
- API Key: x-signature
Use Cookie authentication
Security Scheme Type: | apiKey |
---|---|
Header parameter name: | asc_auth_key |
Enter your username and password
Security Scheme Type: | http |
---|---|
HTTP Authorization Scheme: | basic |
Enter 'Bearer {JWT Token}'
Security Scheme Type: | http |
---|---|
HTTP Authorization Scheme: | bearer |
Bearer format: | JWT |
Authentication is determined by the 'Authorization' header
Security Scheme Type: | apiKey |
---|---|
Header parameter name: | ApiKeyBearer |
OAuth2 flow with Authorization Code
Security Scheme Type: | oauth2 |
---|---|
OAuth Flow (authorizationCode): | Token URL: https://oauth.onlyoffice.com/oauth2/token Authorization URL: https://oauth.onlyoffice.com/oauth2/authorize Scopes:
|
OpenID Connect authentication
Security Scheme Type: | openIdConnect |
---|---|
OpenID Connect URL: |
JWT signature used for authentication. The token must be obtained via the api/2.0/security/oauth2/token
endpoint. It is passed as a cookie with the name x-signature
.
Security Scheme Type: | apiKey |
---|---|
Header parameter name: | x-signature |