The nRF Cloud Admin service allows Nordic Semiconductor support personnel to access REST APIs on behalf of teams, or access bespoke endpoints of the Admin Service REST API. Access to the Admin Service is by invitation only from the nRF Cloud team.
To use the APIs, select a REST API client of your choice, e.g, Postman, or use a utility like cURL from your terminal.
Future revisions of the Admin Service will offer a portal for a better user experience.
Authorization is by a simple bearer token (below), in this case a Cognito JWT that expires after 1 hour. The token can be refreshed by clicking the Refresh ID Token button, or by logging back in.
To use the token, set the "Authorization" header to "Bearer: [YOUR TOKEN]".