curl --request GET \
--url https://api.staging-2tid4c.ezyshield.com.au/management/v1/api-keys \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "<string>",
"name": "<string>",
"abilities": [
"<string>"
],
"creator": {
"id": "<string>",
"name": "<string>",
"email": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
},
"created_at": "2023-11-07T05:31:56Z",
"last_used_at": "2023-11-07T05:31:56Z",
"expires_at": "2023-11-07T05:31:56Z",
"token": "<string>"
}
],
"links": {
"first": "<string>",
"last": "<string>",
"prev": "<string>",
"next": "<string>"
},
"meta": {
"current_page": 123,
"from": 123,
"last_page": 123,
"links": [
{
"url": "<string>",
"label": "<string>",
"active": true
}
],
"path": "<string>",
"per_page": 123,
"to": 123,
"total": 123
}
}Requires the organization_api_key:read ability.
curl --request GET \
--url https://api.staging-2tid4c.ezyshield.com.au/management/v1/api-keys \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "<string>",
"name": "<string>",
"abilities": [
"<string>"
],
"creator": {
"id": "<string>",
"name": "<string>",
"email": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
},
"created_at": "2023-11-07T05:31:56Z",
"last_used_at": "2023-11-07T05:31:56Z",
"expires_at": "2023-11-07T05:31:56Z",
"token": "<string>"
}
],
"links": {
"first": "<string>",
"last": "<string>",
"prev": "<string>",
"next": "<string>"
},
"meta": {
"current_page": 123,
"from": 123,
"last_page": 123,
"links": [
{
"url": "<string>",
"label": "<string>",
"active": true
}
],
"path": "<string>",
"per_page": 123,
"to": 123,
"total": 123
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The number of results that will be returned per page.
The page number to start the pagination from.
Paginated set of ApiKeyResource
Show child attributes
The API key ID.
The name of the API key.
The abilities/permissions for the API key.
Show child attributes
The user ID.
The name of the user.
The email address of the user.
ISO 8601 formatted date-time.
ISO 8601 formatted date-time.
ISO 8601 formatted date-time.
ISO 8601 formatted date-time.
ISO 8601 formatted date-time.
The plain text token, only shown once when created.
Show child attributes
Base path for paginator generated URLs.
Number of items shown per page.
Number of the last item in the slice.
Total number of items being paginated.