nasa / utm-apis

The collection of APIs for NASA's UTM project in the form of OpenAPI documents.
55 stars 35 forks source link

Need 403 responses on most endpoints #142

Closed nasajoey closed 5 years ago

nasajoey commented 5 years ago

There are some instances where a 403 is appropriate. A key one is when a valid access_token with the appropriate scope is provided to an endpoint, but the data in the payload does not match the claims in the token.

Add 403's to all USS-API endpoints.