Skip to main content

Return a collection definition

GET 

/collections/:collectionId

For authorization this method requires the use of a valid bearer token.

Request

Path Parameters

    collectionId stringrequired

    Identifier (name) of a specific collection

    Examples:

    Example: wv01

Responses

Collection definition

Response Headers
  • X-Maxar-RequestId any
Schema
    stac_version stringrequired
    id stringrequired
    title string
    description stringrequired
    links object[]
  • Array [
  • href urlrequired
    rel stringrequired
    type string
    title string
  • ]
Loading...