Managed - Bearer token
Managed - Bearer token
Bearer tokens
Bearer tokens are a simple (but not very secure) method of authenticating to external systems. Servicely can securely store and manage Bearer tokens in a SystemAPIOutboundToken record and relay the tokens to the integrating application as required.
Example of a managed Bearer Token
Using from the Scripting environment
To use the SystemAPIOutboundToken from the Scripting environment, simply call the ‘apiTokenAuth' method of any of the outbound HTTP methods. The Basic Authentication credentials will be applied before the message is sent.
Example usage from the Scripting API
, multiple selections available,
Related content
Managed - OAuth2
Managed - OAuth2
More like this
Managed - Basic Authentication
Managed - Basic Authentication
More like this
Managed - HMAC Body (Servicely compatible)
Managed - HMAC Body (Servicely compatible)
More like this
Authentication (Inbound)
Authentication (Inbound)
More like this
Node-RED Authentication
Node-RED Authentication
More like this
Authentication (Outbound)
Authentication (Outbound)
More like this
Servicely Documentation