🆕You Asked We Listened
2bttns is now compatible with any language.
Key Changes:
Generating a Bearer Token:
Steps to Generate Your Token:
Returns a JSON Web Token (JWT) you can use to authenticate API calls to 2bttns.
You can get the app_id and secret from your 2bttns admin console, under Settings/Apps.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
app_idstringRequired
secretstringRequired
expires_instringOptional
Responses
200
Successful response
application/json
Responsestring
default
Error response
application/json
get
/authentication/tokenUsing Your Bearer Token:
This is only the beginning
Last updated