GET https://api.actonsoftware.com/api/1/seokeywords
This endpoint will fetch the SEO keywords defined in your account for the specified URL.
Customers wanting to access our API via our gateway in the EU can use this link:
GET https://api-eu.actonsoftware.com/api/1/seokeywords
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://api.actonsoftware.com/api/1/seokeywords?url=https%3A%2F%2Fact-on.com -H "Authorization: Bearer 12345678-9abc-defg-hijk-lmnopqrs"