1) Create a personal access token
1
Open access tokens
Sign in to
natecosmic.com/developers
, then open
Access tokens
.
2
Generate a token
Create a token and copy it.
3
Store it securely
Save it in an environment variable for local testing.
2) Make your first API request
Use your token in theAuthorization header as a bearer token.
- cURL
- JavaScript
- Python
Next steps
- Fetch user certification records from
GET /v1/certifications - Review available endpoints in API reference
- Learn token behavior in Access tokens
- Build a production integration with Creating apps
- Implement full user authorization in OAuth

