Create an account at https://computation.phoenix.global/. Then you can get the api token through the registered account.
First, you need to use your account and password to generate a token, which can be used as the request header of other requests so that the system can determine the user's identity.
POST
https://www.phoenix.global/sdk/computation/user/genToken
Generate a new token.
Name | Type | Description |
---|---|---|
Good to know: The token is valid within 60 minutes and needs to be regenerated after it expires.
Take a look at how you might call this method using our official Golang SDK v1.0.1, or via curl
:
email*
string
Registered email address of the user
passwd*
string
Password of the registered account