Ascend Labs API
For customer on the Elite Subscription plan
POST getRecentTestOfAuser
https://us-central1-ascend-ebdda.cloudfunctions.net/api/v1/getRecentTestOfAuserFind 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/getUsersHEADERS
x-access-token your_token_here
Example Request
getRecentTestOfAuser
curl --location 'https://us-central1-ascend-ebdda.cloudfunctions.net/api/v1/getRecentTestOfAuser' \
--header 'x-access-token: your_token_here' \
--data '{
"pid":"7b6qTiF8aSFUtufOiU8d"
}'getUsers
curl --location --request POST 'https://us-central1-ascend-ebdda.cloudfunctions.net/api/v1/getUsers' \
--header 'x-access-token: your_token_here'Last updated