Assessments
get
Authentication: required
Authorizations
Query parameters
pageinteger · int64OptionalDefault:
0
per_pageinteger · int64OptionalDefault:
25
Responses
200
Success!
application/json
400
Input Error. Check the request payload for issues.
401
Unauthorized
403
Access denied. Additional privileges are needed access the requested resource.
404
Not Found. The requested resource does not exist.
429
Rate Limited. Too many requests.
500
Unexpected error
get
GET /api:v1/assessments HTTP/1.1
Host: api.visadoc.co
Authorization: Bearer JWT
Accept: */*
{
"itemsReceived": 1,
"curPage": 1,
"nextPage": 1,
"prevPage": 1,
"perPage": 1,
"itemsTotal": 1,
"pageTotal": 1,
"items": [
{
"id": 1,
"created_at": "now",
"destination": "text",
"residency": "text",
"nationality": "text",
"location": "text",
"departure_date": "2025-09-01",
"return_date": "2025-09-01",
"number_of_entries": "Multiple",
"requested_activity": "text",
"result": {}
}
]
}