curl --request GET \
--url https://staging-api.getpartna.com/v4/user/apikeys \
--header 'x-api-key: <api-key>' \
--header 'x-api-user: <api-key>'
{
"data": {
"Apikeys": [
{
"Apikey": "91179ede",
"DeletedAt": "2025-08-22T14:40:00Z",
"Expirable": true,
"Expiration": 1755873600,
"Keyname": "getonly",
"Username": "chang"
}
]
},
"message": "success"
}
Get user API keys.
curl --request GET \
--url https://staging-api.getpartna.com/v4/user/apikeys \
--header 'x-api-key: <api-key>' \
--header 'x-api-user: <api-key>'
{
"data": {
"Apikeys": [
{
"Apikey": "91179ede",
"DeletedAt": "2025-08-22T14:40:00Z",
"Expirable": true,
"Expiration": 1755873600,
"Keyname": "getonly",
"Username": "chang"
}
]
},
"message": "success"
}