API Token Issuance

This guide explains how to issue a token to access the SentBiz API.

This document outlines how to issue an access token for the SentBiz API. Note that a token token is issued for each channel.


Account Creation

During account setup, SentBiz will configure the client’s account and information such as the address may be required. Once setup is complete, a Client ID and Channel No. will be issued.

Getting Secret

Each channel is assigned a Secret, a unique string used to authenticate token requests. This secret functions like a password and must be passed as a parameter when requesting a token. Your Secret will be provided along with SentBiz account details.

Token Issuance

To issue an access token, use the Secret provided to call the Token Issuance API.

NOTE: The IP of the API call point must match the IP registered at the time of contract.

Token Refresh

Access tokens expire after a set period. When that happens, you’ll need to use your refresh token with the Refresh Token API to get a new access token.

For implementation details, refer to Token Refresh Process.


⚠️

Caution

Clients must carefully manage their Secret to prevent leaks. If the Secret is leaked or lost, notify us immediately.