This API endpoint retrieves the details of a specific organisation by its unique ID.

Request

Example Request:

curl --request GET \\
  --url <http://aerodox.application.trustion-validate.com/items/organisations/a1e4977f-71e6-4f2e-8120-67eb82e73f1f> \\
  --header 'Authorization: Bearer <token>' \\

Response Fields

Example response:

{
	"data": {
		"id": "a1e4977f-71e6-4f2e-8120-67eb82e73f1f",
		"user_created": "4b77b701-f796-473f-aa3e-7e8604678acf",
		"date_created": "2025-03-10T09:11:18.560Z",
		"user_updated": "4b77b701-f796-473f-aa3e-7e8604678acf",
		"date_updated": "2025-06-04T19:34:24.202Z",
		"company_name": "Trustion Validate",
		"duns_number": null,
		"address": "Europalaan 400",
		"zipcode": "3526 KS",
		"country": "The Netherlands",
		"city": "Utrecht",
		"company_size": "4",
		"payment_method": "Creditcard"
	}
}