Create a new Monerium profile
POST/api/v1/ibans/monerium-profile
This endpoint attempts to create a new Monerium profile for the authenticated user. If the user already has a Monerium profile, it will return a redirect URL for the OAuth flow to link the existing profile.
Request
Responses
- 200
- 401
- 422
- 500
Successfully created a new Monerium profile
Unauthorized Error
User already has a Monerium profile that needs to be linked
Internal Server Error