Getting Started With The ID Generator
Notice
The ID Generator is still in development, as well as private to a select few people until fully working.
If you don't currently access, none of this will work for you.
Getting Setup
First, you'll need to set up your environment, by setting some environment variable or constants within your project. You can call these variable whatever you'd like, but here's what you should store in them:
Variable Name | Variable Store |
---|---|
URL | https://id.hydra.workers.dev |
username | Your Username |
token | Your Access Token |
type | ID Type |
The API will reply to POST requests on the main URL listed above, and your token can be provided in the body with the token
key.
All requests must have a JSON body, and results will be returned in the id
key.