Retrieves a specific provider by its ID.
Path Parameters
Example Request
GET /public/providers/prv_xxxxxxxxxxxxx
Response
Response status (“success”)
Example Response
{
"status": "success",
"message": "Provider retrieved successfully",
"data": {
"id": "prv_xxxxxxxxxxxxx",
"name": "Paystack",
"slug": "paystack",
"enabled": true,
"createdAt": "2025-11-12T17:46:07.000Z",
"updatedAt": "2025-11-12T17:46:07.000Z"
}
}
Error Responses
404 Not Found: Provider not found
401 Unauthorized: Invalid API key
403 Forbidden: Provider belongs to different account