Full Post

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

Get Individual Post

GET /v2/spotlight/:corporation/:id

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Url

Name
Type
Description

corporation

number

Corporation ID

id

number

Unique post id

Response

 {
  data: {
    spotlight: [],
    tags: [],
    seo: []
  },
  success: true
}

Code

Last updated

Was this helpful?