Local Brand Identification
This article describe how to upload Proof of Address image that confirms your address of registration. For example, a utility bill.
Step-by-step process of upload Proof of Address image with API.
To upload there are a few steps:
List all kyc-forms: Australian kyc-formID is 4d74e9c0-3f3b-4d5f-8983-b343ecac3986
Get upload token: This action gets info to upload image to bucket.
Upload proof of address image: This action submits image to bucket.
Link Proof Of Address information: This action links Proof Of Address.
Link Local Brand Identification: This action links Brand identification.
1- List all kyc-forms
Uses the Authorization header: 'AccessKey ' followed by your access key token (e.g., 'Authorization: AccessKey AbCdEfGhIjKlMnOpQrStUvWxYzAbCdEfGhIj')
Limits the number of results to return
10Order in which to retrieve the results
falsePagination token that keeps of track of the current position in the list
Filter KYC forms by target country.
Filter KYC forms by scope.
OK
OK
2- Get upload token
Generate a pre-signed token that allows a user to upload a file in response to a question.
Uses the Authorization header: 'AccessKey ' followed by your access key token (e.g., 'Authorization: AccessKey AbCdEfGhIjKlMnOpQrStUvWxYzAbCdEfGhIj')
The organization ID
The question key to upload the file for.
OK
Forbidden operation
Resource not found
Request validation failed
Example request
Example body request
3- Upload proof of Address image
Example request
Example body form-data request
acl text required
bucket text required
key text required
policy text required
x-amz-algorithm text required
x-amz-credential text required
x-amz-date text required
x-amz-security-token text required
x-amz-signature text required
Content-Type text required
file File required

4- Link Proof Of Address information
Uses the Authorization header: 'AccessKey ' followed by your access key token (e.g., 'Authorization: AccessKey AbCdEfGhIjKlMnOpQrStUvWxYzAbCdEfGhIj')
The organization ID
OK
Forbidden operation
Resource not found
Request validation failed
Example request
organizationId string - uuid required
Example body request
Path parameters
organizationId string - uuid required
proofOfAddress string - uuid required
5- Link Local Brand identification
Update a specific compliance requirement for an endpoint. An example of requirement name is use-case-sms, kyc-form, brand (general brand identification) and brand:nl (specific, country-level brand identification requirement).
Uses the Authorization header: 'AccessKey ' followed by your access key token (e.g., 'Authorization: AccessKey AbCdEfGhIjKlMnOpQrStUvWxYzAbCdEfGhIj')
The ID for the workspace.
d386a801-ee8d-4aba-a7e4-78671bd3b11eYour endpoint ID. In some cases (e.g. Long Code Numbers) this value is equal to the number ID.
kyc-formOK
The compliance requirements associated to the endpoint that must be satisfied.
Forbidden
Not Found
Validation Error
Example request
Get formEntryId from kyc-forms
organizationId string required
Example request to link Local Brand Identification
workspaceId string required
endpointId string required
Last updated
Was this helpful?

