Skip to main content
GET
/
processors
/
{id}
/
api-credentials
Get processor API credentials
curl --request GET \
  --url https://olive-gateway-a6ba.onrender.com/api/v1/processors/{id}/api-credentials \
  --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

API credentials retrieved

The response is of type object.