Waitlist Applicants
get
Authorizations
AuthorizationstringRequired
API Token based authentication. Use format: Token token="your-api-key"
Query parameters
listing_idstringOptional
Only include applicants for the specified listing
statusstringOptional
Only include applicants for the specified status (waitlist, accepted, declined, or expired)
Responses
200
Listing applicants
application/json
Responseobject
get
/api/v1/applicants200
Listing applicants
delete
Authorizations
AuthorizationstringRequired
API Token based authentication. Use format: Token token="your-api-key"
Body
listing_idintegerRequired
Only delete applicants for the specified listing
canvas_user_idstringOptional
Only delete applicants with the specified canvas user id if specified
Responses
204
Delete applicants
*/*
delete
/api/v1/applicants204
Delete applicants
get
Authorizations
AuthorizationstringRequired
API Token based authentication. Use format: Token token="your-api-key"
Path parameters
idintegerRequired
Responses
200
Getting a specific applicant record
application/json
get
/api/v1/applicants/{id}200
Getting a specific applicant record
Last updated
Was this helpful?