Create a key to copy examples filled with your team.
Create an API key
Authenticate REST calls with a platform application token.
REST calls use a platform application access token as Authorization: Bearer. The token is locked to that application's team. SMTP and HTTP inject use a separate cluster credential.
Issue a token
- Open the dashboard.
- Go to Developers → Platform applications.
- Create an application.
- Copy the access token.
whoami.sh
1
curl -sS -X GET \
2
-H 'Authorization: Bearer YOUR_API_KEY' \
3
https://postshiba.com/api/v1/users/me