Applications
Body
userIdstringRequired
listingIdsstring[]Required
Responses
201
Resource created successfully
application/json
400
Bad request - Missing or invalid parameters
application/json
401
Unauthorized - Authentication failed
application/json
403
Forbidden - Access denied
application/json
500
Server error
application/json
post
POST /applications HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 39
{
"userId": "text",
"listingIds": [
"text"
]
}
{
"message": "text"
}
Path parameters
userIdstringRequired
The user ID to get applications for
Responses
200
Application mappings retrieved successfully
application/json
400
Bad request - Missing or invalid parameters
application/json
401
Unauthorized - Authentication failed
application/json
403
Forbidden - Access denied
application/json
404
Resource not found
application/json
500
Server error
application/json
get
GET /applications/{userId} HTTP/1.1
Host:
Accept: */*
{
"userId": "text",
"listingIds": [
"text"
]
}