Get Access Token with Client ID and Secret
Retrieve an Access Token using the Cells Cloud Get Token API with Client ID and Secret.
Post Access Token API
POST http://api.aspose.cloud/v4.0/cells/connect/token
Request Parameters:
Parameter Name | Type | Path/Query String/HTTPBody | Description |
---|---|---|---|
Client ID | string | query | Client ID |
Client Secret | string | query | Client Secret |
Response
[
{
"Name": "String",
"DataType": {
"Identifier": "String",
"Name": "string"
}
}
]
How to Use the Get public key API with SDKs
OpenAPI Specification
The OpenAPI Specification defines a publicly accessible programming interface, allowing you to carry out REST interactions directly from a web browser.
Use Aspose.Cells Cloud SDKs
Using the SDK is the best way to accelerate development. The SDK handles the underlying details, allowing you to simply implement get access token for cells with minimal code. Please check out the GitHub repository for a complete list of Aspose.Cells Cloud SDKs.nt. An SDK takes care of low-level details and lets you focus on your project tasks. Please check out the GitHub repository for a complete list of Aspose.Cells Cloud SDKs.
The following code examples demonstrate how to make calls to Aspose.Cells web services using various SDKs: