Create a key to copy examples filled with your team.
Managing API keys
Platform applications issue Bearer tokens locked to a team.
API keys are platform applications under Developers. The access token is sent as Authorization: Bearer and is locked to that application's team.
Check the token
GET /api/v1/users/me confirms the token and the user it belongs to.
whoami.sh
1
curl -sS -X GET \
2
-H 'Authorization: Bearer YOUR_API_KEY' \
3
https://postshiba.com/api/v1/users/me