POST
/
api
/
test
/
url
Retrieves an institution associated with a specific test URL (LTI Context)
curl --request POST \
  --url https://pria.praxislxp.com/api/test/url \
  --header 'Content-Type: application/json' \
  --data '{
  "url": "https://domain.edu/7891273"
}'
{
  "ltiassigned": true,
  "name": "29167765.hugo770126995.",
  "status": "active",
  "ainame": "",
  "picture": "",
  "publicId": "bc6efd03-9d01-43e7-bd49-c4af1c54ae3a"
}

Body

application/json

Response

URL test completed successfully

The response is of type object.