API / Calling API with Postman

Here you will find instructions on how to call Silverbucket Customer API's with Postman (ver 7.5.0) tool.

Authorization


Authorization information you can give in Postman from request's Authorization tab. For the authorization Type select API Key. Parameters should be:
  • Key: Authorization
  • Value: Token <your_token>
  • Add to: Header

GET


When calling endpoint's GET method you can insert the parameters to Params tab. Key contains parameter name and Value the desired parameter value.
Postman parameter example, allocations endpoint


How did we do with this article?