Postman Collection
Download the ready-made Postman collection to test the IB User Status API without any manual setup.
⬇ Download Postman Collection
What's included
The collection comes pre-configured with three variables so you can get started immediately:
| Variable | Default value | Description |
|---|---|---|
baseUrl | https://your-domain.com | Your API base URL |
apiKey | ib_live_your_api_key_here | Your Partner API key |
userId | a1b2c3d4-0000-0000-0000-000000000000 | The user ID to look up |
How to use
- Download the collection file above.
- Open Postman → click Import → select the file.
- Go to Variables and update the three variables with your real values:
baseUrl→ your actual domainapiKey→ your Partner API keyuserId→ a real user ID to check
- Run the Get User Status request.
Included request
Get User Status
Checks whether a user belongs to your IB.
- Method:
GET - URL:
{{baseUrl}}/api/ib/user-status?user_id={{userId}} - Header:
Authorization: Bearer {{apiKey}}