Change log
1/ Cơ chế Api Keys
Ví dụ:
curl --location --request GET 'https://oauth.casso.vn/v1/userInfo \
--header 'Authorization: <"Access token">'Ví dụ:
curl --location --request GET 'https://oauth.casso.vn/v2/userInfo \
--header 'Authorization: Apikey <"api_key_here">'2/ Cơ chế OAuth 2.0
Ví dụ:
Last updated