Ascend Labs API

For customer on the Elite Subscription plan

POST getRecentTestOfAuser

https://us-central1-ascend-ebdda.cloudfunctions.net/api/v1/getRecentTestOfAuser

Find the x-access-token in the setting menu of web app

pid is an id of a person obtained from /getUsers endpoint

HEADERS

x-access-token your_token_here

Body raw (json)

json
{
    "pid":"7b6qTiF8aSFUtufOiU8d"
}

POST getUsers

https://us-central1-ascend-ebdda.cloudfunctions.net/api/v1/getUsers

HEADERS

x-access-token your_token_here

Example Request

getRecentTestOfAuser

getUsers

Last updated