Generate App Identifier
Query parameters
applicationstring · min: 4 · max: 512Required
A name for the calling application.
emailstring · email · max: 512Required
An email address.
Responses
200
Successful Response
application/json
encoded_app_identifierstring · max: 512Required
Base64 encoded app_identifier compiled from application name and email address
400
Bad Request
application/json
422
Validation Error
application/json
500
Internal Server Error
application/json
get/api/v2/encode_app_identifier
GET /api/v2/encode_app_identifier?application=text&email=name%40gmail.com HTTP/1.1
Host: hapi.humdata.org
Accept: */*
{
"encoded_app_identifier": "text"
}Last updated
Was this helpful?
