Get the authenticated branch manager's own branch profile
GET
/branch/profile
const url = 'https://example.com/branch/profile';const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://example.com/branch/profile \ --header 'Authorization: Bearer <token>'Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Query Parameters
Section titled “Query Parameters”membershipFeeOn
string format: date
Calendar date used to resolve the effective membership fee policy
Responses
Section titled “Responses”Own branch profile with masked settlement account references
Media typeapplication/json
OwnBranchProfileProjection
object
branchOfficeProfileId
required
string
currentRevision
required
integer
lifecycleState
required
string
lifecycleRevision
required
integer
address
required
completeness
required
string
allowedNextActions
required
Array<string>
settlementAccounts
required
Array<object>
object
settlementAccountId
required
string
purpose
required
string
bankName
required
string
accountHolder
required
string
maskedAccountReference
required
verificationState
required
string
effectiveFrom
required
string format: date
revisionNumber
required
integer
key
additional properties
membershipFeePolicies
required
effectiveMembershipFeePolicy
required
One of:
null
Bearer access token is required
Authenticated actor cannot manage a branch profile
No own branch profile exists in the authenticated actor scope
MembershipFeeOn is not a valid calendar date
Own branch profile authority is unavailable