cURL
curl --request GET \ --url https://api.paylora.org/api/v1/api_key \ --header 'Authorization: Bearer <token>'
{ "success": true, "total": 123, "data": [ { "uuid": "a1b2c3d4-e5f6-7890-1234-567890abcdef", "user_uuid": "a1b2c3d4-e5f6-7890-1234-567890abcdef", "status": "active", "key": "api_key_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", "url": "https://example.com" } ] }
API Key list. Permissions [“customer”]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
default 10
default 0
ASC
DESC
"DESC"
Paginated list
Show child attributes
The UUID of the API Key
"a1b2c3d4-e5f6-7890-1234-567890abcdef"
The UUID of the user associated with the API Key
The status of the API Key
active
inactive
"active"
The API Key itself
"api_key_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
Web address
"https://example.com"