Publishable Keys
Find active Publishable Key
Retrieve the active Publishable Key
get/publishable-keys/active
Response
OK
Example response
{
"createdAt": "2024-02-18T12:00:00Z",
"updatedAt": "2024-02-21T12:15:00Z",
"metadata": {
"key1": "value1",
"key2": "value2"
},
"id": "pkey_2Qd6jF5e5bTGCQuQi0u5Uru0k1h",
"value": "pk_live_a1b2c3d4e5f6g7h8",
"allowedOrigins": [
"https://example.com",
"https://www.example.com"
],
"isActive": true
}Changes
Changed in 1 of the 2 revisions of this API.1
- ○
added the non-success response with the status
response-non-success-status-added
- ○