Skip to main content

Scopes

This guide serves as an introduction to how account administrators can get a list of scopes associated with their account, activation, and users and view those scopes' attributes.

Permissions level required:

Admin

Get a list of scopes

https://api.maxar.com/account-service/api/v2/scopes

This request returns a list of scopes associated with your account, as well as the scopes' id, name, and more.

Get a scope by ID

https://api.maxar.com/account-service/api/v2/scopes/:id

This request returns the scope associated with the scope id value as well as the scope's id, name, and more. To find a scope's id, submit the Get a list of scopes request and record the id value of the scope of interest.

Get a scope by name

https://api.maxar.com/account-service/api/v2/scopes/name/:name

This request returns the scope associated with the scope name value as well as the scope's id, name, and more. To find a scope's name, submit the Get a list of scopes request and record the name value of the scope of interest.