An API key authenticates your requests to the Simbase API. Every key carries a set of permissions chosen when you create it, and those permissions are fixed from then on. One key can serve several integrations, but a key per integration is the safer setup. Keys are created and managed in the dashboard, under Integrations → API.
Sign in to dashboard.simbase.com.
Go to Integrations → API.
Click Create New API Key.
Give the key a name that says what it is for, for example Usage Guard Toolkit. The name is only a label. It appears in your key list and nowhere else.
Under Resources, set the permissions the key needs. See Permissions below.
Click Create API Key, then copy the key.
Check the demo below for step by step instructions:
Permissions are set per resource, at one of three levels. None means the key cannot touch that resource at all, and it is the default on every row. Read retrieves data and changes nothing. Write creates, updates and deletes, and selecting it also selects Read on the same row, because anything that writes has to read first.
Not every resource offers all three. Account and Usage are read-only, so they show None and Read. SIM card state, Reset, Registration and Auto-disable are actions rather than data, so they show None and Write.
| Resource | Levels | Covers |
|---|---|---|
All resources | None, Read, Write | Every row below at once |
Account | None, Read | Your account record: organization details, users and roles, balance |
Usage | None, Read | Usage records: data, SMS and session history |
SIM cards | None, Read, Write | Everything in the SIM cards group below |
— SIM card details | None, Read, Write | The SIM record itself: label, tags, coverage plan, public IP, usage limits and IMEI lock |
— SIM card state | None, Write | Enabling and disabling SIMs |
— Reset | None, Write | Reset connection, which ends the current data session so a new one can open |
— SMS | None, Read, Write | Reading the message history and sending messages |
— Registration | None, Write | Registering new SIMs on the account |
— Auto-disable | None, Write | Setting and clearing the auto-disable date |
Utilities | None, Read | Everything in the Utilities group below |
— Geo | None, Read | Cell ID lookups: the tower a SIM is attached to |
Integrations | None, Read, Write | Everything in the Integrations group below |
— Webhooks | None, Read, Write | Listing, creating and deleting webhook endpoints |
All resources
Account
Usage
SIM cards
— SIM card details
— SIM card state
— Reset
— SMS
— Registration
— Auto-disable
Utilities
— Geo
Integrations
— Webhooks
SIM cards, Utilities and Integrations each have an arrow next to the name. Click it to expand the individual permissions underneath.
Setting a parent sets every child to the same level, or to the highest level that child offers. Setting All resources to Write gives Account and Usage Read, because Read is the most they support.
Setting a child on its own leaves the parent showing nothing selected. That is expected. A parent only displays a level when all of its children agree.
Grant the least the integration needs. A key that can only read usage cannot disable a SIM if it leaks.
| The integration… | Set |
|---|---|
Reports on data usage | Usage: Read, and SIM card details: Read |
Disables SIMs at the end of a bundle | SIM card state: Write |
Turns Theft protection on and off | SIM card details: Write |
Forwards or sends SMS | SMS: Write |
Registers new SIMs | Registration: Write |
Runs the Usage Guard Toolkit | All resources: Write |
Reports on data usage
Disables SIMs at the end of a bundle
Turns Theft protection on and off
Forwards or sends SMS
Registers new SIMs
Runs the Usage Guard Toolkit
In the API reference these appear as scope names built from the same tree. SIM card details maps to simcards.details:read and simcards.details:write.
Turn on Show advanced settings for two optional fields. Both can be left blank.
Limits the key to a single trusted IP address or a range in CIDR notation. Requests from any other address are rejected. Leave the field blank for no restriction. The key list then shows 0.0.0.0/0 under Allowed IPs, which means any address.
The number of days from creation until the key stops working. Enter 31 and the key expires 31 days from now. Leave the field blank and the key never expires.
Short-lived keys are worth using for one-off migrations, contractor access, and anything you would otherwise have to remember to revoke.
The API list shows every key on the account: its name, a truncated Key ID, the permission level it was created with, when it was last used, and its IP restriction. Last API call is shown in your account timezone, and Allowed IPs reads 0.0.0.0/0 where there is no restriction.
The Key ID is only there to tell keys apart. It is truncated and cannot be used to authenticate.
Permissions are fixed at creation and cannot be edited afterward. To change what a key can do, create a new key with the permissions you want, switch your integration over, then delete the old one.
The three-dot menu at the end of each row has a single option: Delete. A deleted key stops working immediately, and requests using it fail authentication.
Send the key as a bearer token on every request:
Request
GET /v2/simcards HTTP/1.1Host: api.simbase.comAuthorization: Bearer YOUR_API_KEY
Full endpoint documentation lives at developer.simbase.com.
No. Permissions are set at creation and fixed from then on. Create a replacement key with the permissions you need, move your integration across, then delete the old key.
No. The full key is shown once, when it is created. The list only shows a truncated Key ID, which cannot be used to authenticate. Delete the key and create a new one.
That the key has no IP restriction and will accept requests from any address. It is what you get when you leave the IP restrictions field blank.
Nothing stops you reusing one key across several integrations, but a key per integration is worth the extra minute. It lets you scope each one to only what it needs, tell from the Last API call column which is still in use, and delete or rotate one without breaking the others. A shared key has to carry the union of everyone's permissions, and revoking it takes down everything at once.
Webhooks — get events pushed to a URL you control, without polling the API
Usage Guard Toolkit (DIY) — a ready-made automation that uses an API key with Write permission
Theft protection — the simcards.details:write scope in practice
Account timezone — sets the timezone the Last API call column is displayed in


© 2026 Simbase. All rights reserved.

