🏦Assemblies

Fetch all registered assemblies

GET https://api.data.tapngogh.com/assembly/all

Headers

Name
Type
Description

Authorization*

String

Merchant Authorisation

[
	{
		"_id": "6370ec79f333a68313637419",
		"name": "Ga West",
		"region": {
			"_id": "62d88a9e4c20a7902942117b",
			"name": "Greater Accra",
			"country": "62d88a944c20a79029421178",
			"createdAt": "2022-07-20T23:07:10.603Z",
			"updatedAt": "2022-07-20T23:07:10.603Z",
			"__v": 0
		},
		"digitalAddress": "Gh-3243-2020",
		"type": "district",
		"createdAt": "2022-11-13T13:09:14.001Z",
		"updatedAt": "2022-11-13T13:09:14.001Z",
		"__v": 0
	},
	{
		"_id": "632ae03b5a28c948af732b6c",
		"name": "General Assembly",
		"region": {
			"_id": "62d88a9e4c20a7902942117b",
			"name": "Greater Accra",
			"country": "62d88a944c20a79029421178",
			"createdAt": "2022-07-20T23:07:10.603Z",
			"updatedAt": "2022-07-20T23:07:10.603Z",
			"__v": 0
		},
		"digitalAddress": "GS-234-323",
		"type": "district",
		"createdAt": "2022-09-21T09:58:19.357Z",
		"updatedAt": "2022-09-21T09:58:19.357Z",
		"__v": 0
	}
]

Fetch all Assembly Users

GET https://api.data.tapngogh.com/assembly/users

Headers

Name
Type
Description

Authorization*

String

Merchant Authorization Code

Last updated

Was this helpful?