GET https://restapi.actonsoftware.com/api/1/seokeywords
This endpoint will fetch the SEO keywords defined in your account for the specified URL.
Parameters
Name | Parameter Type |
Allow Multiple |
Required/ Optional |
Data Type | Description |
---|---|---|---|---|---|
Authorization: | Header | False | Required | String | Insert your generated access token. ("Bearer {access token}") |
url | Query | False | Required | String | Specify a URL encoded URL. |
Response
[ { "id": "kw_0001", "text": "marketing" } ]
Code Examples
cURL
curl -X GET https://restapi.actonsoftware.com/api/1/seokeywords?url=https%3A%2F%2Fact-on.com -H "Authorization: Bearer 12345678-9abc-defg-hijk-lmnopqrs"