Use this endpoint to fetch the details of a specific service category by its name. This is useful when you need to display category information in a job detail view, validate a category name before submitting a job, or retrieve the image path for a particular category. No authentication is required.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/harshalw2003/BidAuc/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Authentication
None required.Request parameters
The name of the category to fetch. Must match a
categoryName value exactly as returned by GET /category/getAllCategories.Example request
Success response
Response fields
true when the category was found and returned successfully.A human-readable status message.
The matching category document.