This endpoint is used for partner verification and is separate from the list endpoint.
Overview
The partner verification system in DEMET uses the/partner/verify endpoint to check if a specific partner ID corresponds to an active partner in the system.
Endpoint
POST /partner/verify
Request Body
ID of the partner to verifyExample:
"123456789"Response
Indicates whether the partner is active and valid
Error message if partner is not found (only present in error responses)
Example Request
Example Response
200 Partner Found
401 Partner Not Found
500 Internal Server Error
This endpoint does not require authentication cookies, making it suitable for public partner verification.