Introduction
Welcome to s.id Open API Documentation
We are currently open this API in beta stages, any feedback are welcome, if there's anything issue please contact us at helpdesk@s.id
Get API Credentials
- Go to s.id dashbboard API
- Click "Generate New API Credentials" if doesn't exists
- And you can use
X-Auth-Id
andX-Auth-Key
as your account credentials, (always remember to keep yourX-Auth-Key
is in safe place).
If you think your API key is has been accessed by unwanted persons, you can also rotate the token by clicking "Generate new key" in API Dashboard page.
Rate Limit Policy
We apply rate limit policy for each API Request, information about your rate limit request can be found at every header response, for example below:
Example
X-Ratelimit-Limit: 30 (30 request allowed in x seconds)
X-Ratelimit-Remaining: 19 (19 only left request)
X-Ratelimit-Reset: 6 (Quota reset in 6 seconds)
Key | Description |
---|---|
X-Ratelimit-Limit | Your account limit quota |
X-Ratelimit-Remaining | Total remaining request can be made |
X-Ratelimit-Reset | Remaining duration of your quota |
Changelogs
2024-04-12
- Initial Release API version 1
- Added Shortener API
Last modified: 5 months ago