POST
/
api
/
auth
/
v1
/
eligibility
/
{request_uid}
/
details
/
curl --request POST \
  --url https://api.anagram.care/api/auth/v1/eligibility/{request_uid}/details/ \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "request_uid": "<string>",
  "result_id": 123,
  "person_id": 123
}'
{
  "request_uid": "af42aa113b4148ec86f3ed7324f24242"
}

This endpoint is used upon the initial eligibiltiy request’s success.

Authorizations

Authorization
string
header
required

Your API token prefaced with an "Api" prefix. Example value: "Api B3F4242424E3FDB4242424242A9C7642"

Path Parameters

request_uid
string
required

Body

application/json

Response

201 - application/json

Plan details request started

The response is of type object.