API Documentation
Welcome to VNG Cloud API Document
Introduction to the VNG Cloud API
This document describes in details of the VNG Cloud API that enables the programmatic maintenance of products.
Audiences
This document is intended to technicians and developers who are responsible for system design and solution integration between VNG Cloud and customers' systems.
Authorization
To use the APIs, users will use the client ID and the client secret keys to be authorized via the authorization server (https://iamapis.vngcloud.vn/accounts-api/v2/auth/token) using the OAuth2 method.
To get the keys, go to VNG Cloud IAM, create a service account to use the public APIs of the product.
Header
'Authorization':'Basic Base64(clientID:secretId)'
Request body
'grant_type':'client_credentials'
'scope':'email'
Response
'token_type':'bearer'
'access_token':'koxoQrfdAhCFIRl1Sy897kRuHcOlswcW'
'expires_in':7200
If the credentials are authorized, an access_token will be returned. Users will use this access_token to access resources from the resource server.
Terms & License
License: Apache 2.0