POST
https://ushahididocs.api.ushahidi.io/api/v3/register
email*
String
The user's email address
password*
String
The user's password
POST
https://ushahididocs.api.ushahidi.io/api/v3/passwordreset
email*
String
The user's registered email address
POST
https://ushahididocs.api.ushahidi.io/api/v3/passwordreset/confirm
token*
String
The password reset token the user received in their mail
password*
String
The user's new password
The Ushahidi login username/email
"test@ushahidi.com"
The Ushahidi password
"Doc@test2022"
Login grant type. Use Password for this grant type
"password"
The user client ID
"ushahidiui"
The client unique secret indentifier
"35e7f0bca957836d05ca0492211b0ac707671261"
You need to also provide the scope. you can add multiple scope to this parameters. (Scope Options - posts, country_codes, media, forms, api, tags, savedsearches, sets, users, stats, layers, config, messages, notifications, webhooks, contacts, roles, permissions, csv, tos dataproviders, migrate, apikeys)
"posts country_codes media forms api tags savedsearches sets users stats layers config messages notifications webhooks contacts roles permissions csv tos dataproviders migrate apikeys"
OK