If you wish to validate the user token that has been given this API endpoint will accept the api_token and return the users account details, to help identify the API connection.
Base API URL:
https://app.hyperise.io/api/v1/regular/users/current?api_token=<your_token>
To use the API, you must first create an API token in the Settings area and use this token with all api requests.
Input:
Label | Key | Type | Required |
API Token | api_token | String | Yes |
The API will provide a JSON output.
Example Output:
Key | Example | |
id | 3 | |
name | Bob | |
bob@example.com | ||
photo_url | https:\/\/storage.googleapis.com\/growthlist-storage\/app\/profiles\/4pQTvRY0FDgpMW8id4BUSI3KlPSCWmjimmKwldVR.png | |
image_service_domain | https:\/\/img.hyperi.se | |
created_at | 2018-06-14T12:40:48Z | |
app_url | https:\/\/app.hyperise.io |
Discover other Hyperise APIs: