List Publishable API keys
GET
/admin/publishable-api-keys
Publishable Api Keys
q
. The publishable API keys can also be paginated.Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.medusa-commerce.com/admin/publishable-api-keys'
Response Response Example
200 - Example 1
{
"count": 0,
"offset": 0,
"limit": 0,
"publishable_api_keys": [
{}
]
}
Request
Query Params
q
string
optional
limit
number
optional
offset
number
optional
expand
string
optional
fields
string
optional
Responses
Modified at 2023-10-10 11:56:36