Skip to main content
GET
/
public
/
api-keys
List API keys
curl --request GET \
  --url https://api.pcxpay.com/v1/public/api-keys \
  --header 'X-API-Key: <api-key>'
"<unknown>"

Authorizations

X-API-Key
string
header
required

API key issued by PCX. Pass the full key string in the X-API-Key request header. The key encodes your organisation and user identity and is verified on every request.

Query Parameters

org_id
string
required

Organisation whose keys to list

limit
integer
default:20
Required range: 1 <= x <= 100
last_evaluated_key
string

DynamoDB pagination cursor from the previous response's meta.last_evaluated_key field.

Response

Paginated list of API keys

The response is of type any.