Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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.
get user apikeys ok
Show child attributes
Was this page helpful?