Getting Started With The ID Generator
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.