Get profileAsk AIget https://api.mollie.com/v2/profiles/{profileId}Retrieve a single profile by its ID. Access withOrganization access token with profiles.readOAuth access with profiles.readPath ParamsprofileIdstringrequiredProvide the ID of the related profile.Query ParamstestmodebooleanYou can enable test mode by setting the testmode query parameter to true. Test entities cannot be retrieved when the endpoint is set to live mode, and vice versa.Responses 200The profile object. 404No entity with this ID exists. 410The requested resource is no longer available. The profile associated with the ID has been deleted and cannot be accessed.Updated 11 days ago