Skip to main content
GET
/
api
/
v1
/
api-keys
List Api Keys
curl --request GET \
  --url https://api.copass.id/api/v1/api-keys
[
  {
    "id": "<string>",
    "name": "<string>",
    "key_prefix": "<string>",
    "created_at": "<string>",
    "expires_at": "<string>",
    "jwt_expires_at": "<string>",
    "last_used_at": "<string>",
    "use_count": 0,
    "is_expired": false,
    "jwt_needs_refresh": false
  }
]

Response

Successful Response

id
string
required
name
string
required
key_prefix
string
required
created_at
string
required
expires_at
string | null
jwt_expires_at
string | null
last_used_at
string | null
use_count
integer
default:0
is_expired
boolean
default:false
jwt_needs_refresh
boolean
default:false