SEO/Meta Data

Get all the SEO meta data for an expert's profile page

Please note that in all urls & code samples you'll need to replace:username and :corporation with appropriate values

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?