Skip to main content
GET
/
processors
/
{id}
Get processor details
curl --request GET \
  --url https://olive-gateway-a6ba.onrender.com/api/v1/processors/{id} \
  --header 'Authorization: <api-key>'
{}

Authorizations

Authorization
string
header
required

JWT token from admin login for administrative operations. Format: 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...'

Path Parameters

id
string
required

Processor ID

Response

Processor details

The response is of type object.