SEO/Meta Data
Get all the SEO meta data for an expert's profile page
Get SEO
GET /v2/organization/:corporation/expert/:username/seo
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Url
Name
Type
Description
corporation
number
Corporation ID
username
string
Unique username
Response
{
data: [
{
title: '',
description: '',
keywords: '',
canonical: '',
schema: ''
}
],
success: true
}Code
Last updated
Was this helpful?