Appearance
List stock photo keys
GET
/api/v1/stock-photo-keys
Returns all BYOK stock photo provider keys for the organization.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Responses
Successful Response
application/json
JSON
[
{
"id": "string",
"organization_id": "string",
"provider": "string",
"is_active": true,
"created_at": "string",
"updated_at": "string"
}
]