AUTH: Get Seed

Seeds are required and needed when passing around passwords and very sensitive information.

For instance, the seed is used to hash the password when logging in a user.

Use the Unique User Identifier ('email' or 'msisdn' parameter) to correctly link the user profile.

AUTH: Get Seed

get

Seeds are required and needed when passing around passwords and very sensitive information.

For instance, the seed is used to hash the password when logging in a user.

Use the Unique User Identifier ('email' or 'msisdn' parameter) to correctly link the user profile.

Query parameters
emailstringOptionalExample: [email protected]
Responses
200

OK

application/json
Responseobject
get
/auth/seed

Last updated

Was this helpful?