curl --request GET \
--url https://api.kameleoon.com/key-pages/{keyPageId} \
--header 'Authorization: Bearer <token>'{
"name": "<string>",
"dateCreated": "2023-11-07T05:31:56Z",
"id": 123,
"matchType": "<string>",
"modificationDate": "2023-11-07T05:31:56Z",
"relativeUrlRegExp": "<string>",
"secondMatchType": "<string>",
"siteId": 123,
"totalCount": 123
}Get a key page belonging to this Id
curl --request GET \
--url https://api.kameleoon.com/key-pages/{keyPageId} \
--header 'Authorization: Bearer <token>'{
"name": "<string>",
"dateCreated": "2023-11-07T05:31:56Z",
"id": 123,
"matchType": "<string>",
"modificationDate": "2023-11-07T05:31:56Z",
"relativeUrlRegExp": "<string>",
"secondMatchType": "<string>",
"siteId": 123,
"totalCount": 123
}Documentation Index
Fetch the complete documentation index at: https://docs.kameleoon.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
OK
Name of the key page
Date and time a key page is created
Unique Id of the key page
Matching type for the given key page
Date and time a key page is modified
Regular expression for the relative URL
Second matching type for the given key page (if needed)
Site Id of the project the key page belongs to
Number of impressions for the key page
Was this page helpful?