User Authentication API

User Authentication API

Ash
Written by AshLast update

User Authentication API


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


email

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:


  1. List Image Templates - List all active Image templates for the authorised user.

  2. Image Views - List the most recent personalised views for selected image.

  3. Business Data - Add/Update/View prospect data for images to use.

  4. Short Links - Create personalised Short Links.

  5. Data Enrichment - provides enriched data from an email input.



Did this answer your question?