Account
Bank
Transfer
Discount
KYC
Supported
User
Get API Key scopes
Get the valid scopes for API jey generation.
GET
/
user
/
apikey-scope
Copy
curl --request GET \
--url https://staging-api.getpartna.com/v4/user/apikey-scope \
--header 'x-api-key: <api-key>' \
--header 'x-api-user: <api-key>'
Copy
{
"data": {
"GetOnly": "G",
"Master": "M",
"NoWithdrawal": "N",
"Withdrawal": "W"
},
"message": "success"
}
Response
200 - application/json
get user apikey scope ok
The response is of type object
.
Copy
curl --request GET \
--url https://staging-api.getpartna.com/v4/user/apikey-scope \
--header 'x-api-key: <api-key>' \
--header 'x-api-user: <api-key>'
Copy
{
"data": {
"GetOnly": "G",
"Master": "M",
"NoWithdrawal": "N",
"Withdrawal": "W"
},
"message": "success"
}
Assistant
Responses are generated using AI and may contain mistakes.