MasterKeyword object
Fields
Field
Type
Description
Editable
key_name
string
key_title
string
suggestions
string
Filters
Field
Description
id
ID
find master keyword
GET https://{YOUR_OKSKY_DOMAIN}/rapi/v1/master_keywords/{:id}
Headers
X-Access-Token
string
set you access token
Content-Type
string
application/vnd.api+json
Accept
string
application/vnd.api+json
search master keywords
GET https://{YOUR_OKSKY_DOMAIN}/rapi/v1/master_keywords
Headers
X-Access-Token
string
set you access token
Content-Type
string
application/vnd.api+json
Accept
string
application/vnd.api+json
create master keyword
POST https://{YOUR_OKSKY_DOMAIN}/rapi/v1/master_keywords
Headers
Accept
string
application/vnd.api+json
Content-Type
string
application/vnd.api+json
X-Access-Token
string
set your access token
Request Body
data
object
update master keywords
PUT https://{YOUR_OKSKY_DOMAIN}/rapi/v1/master_keywords/{:id}
Headers
Accept
string
application/vnd.api+json
Content-Type
string
application/vnd.api+json
X-Access-Token
string
set your access token
Request Body
data
object
delete master keyword
DELETE https://{YOUR_OKSKY_DOMAIN}/rapi/v1/master_keywords/{:id}
Headers
Accept
string
application/vnd.api+json
Content-Type
string
application/vnd.api+json
X-Access-Token
string
set your access token
最終更新