Skip to main content

Abowire Unique Identifiers

Each ID in Abowire is unique system-wide and bound to your account.

Our IDs are made of the name of the entity they're identifying, underscore and a string of 32 alphanumeric characters:

<entity-name>_<alphanumeric-string>

For example, a User ID might look like:

user_629e43174376906d476c3b11318d4c16

And a product might look like:

product_eeebbb817e105c93f2a3b87e46c15711

When storing these IDs in your system, bare in mind that the prefix might change the length of the ID and therefore there's no unified ID length across IDs.