Table of Contents

Authentication Methods

Access Token

Obtaining access_token

Notes

  • access_token is a string with a length of up to 2048 bytes. Please reserve at least 2048 bytes when caching access_token;
  • Please reuse the obtained access_token within its validity period. Do not repeatedly obtain access_token within its validity period;

Using access_token

Header Example

cURL Example

curl --header 'Authorization: Bearer T.WcnhSdYj-kwVBpP27LRQrw.ori-67facfd90b2744220a5eae850e51' \
     --location 'https://global-openapi.orionstar.com/v1/robot/robot_info?robot_sn=test_sn'