Organisation Profiles
Claim-based access control: Issuer_Admin, Issuer_Auditor, Issuer_User, Verifier_Admin, Verifier_Auditor, Verifier_User
Invalid authentication credentials.
User does not have a required claim to perform this operation.
GET /api/v1/organisation-profiles/me HTTP/1.1
Host: {PORTAL_API_BASE_URL}
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"id": "text",
"createdAt": "2025-10-30T23:19:00.112Z",
"updatedAt": "2025-10-30T23:19:00.112Z",
"createdBy": "123e4567-e89b-12d3-a456-426614174000",
"updatedBy": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"isDefault": true,
"pspEnvironmentId": "text",
"image": {
"id": "text",
"mimeType": "image/gif",
"keyUrl": "text",
"filename": "text"
}
}If its a first organisation profile, it is set as default.Accepts the next image formats: image/jpeg, image/png, image/gif, image/webp. Max size is: 2097152 bytes.
Claim-based access control: Issuer_Admin, Verifier_Admin
Invalid request body.
Invalid authentication credentials.
User does not have a required claim to perform this operation.
Maximum number of organisation profiles reached. Current limit: 1
POST /api/v1/organisation-profiles HTTP/1.1
Host: {PORTAL_API_BASE_URL}
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: multipart/form-data
Accept: */*
Content-Length: 32
{
"name": "text",
"image": "binary"
}{
"id": "text",
"createdAt": "2025-10-30T23:19:00.112Z",
"updatedAt": "2025-10-30T23:19:00.112Z",
"createdBy": "123e4567-e89b-12d3-a456-426614174000",
"updatedBy": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"isDefault": true,
"pspEnvironmentId": "text",
"image": {
"id": "text",
"mimeType": "image/gif",
"keyUrl": "text",
"filename": "text"
}
}Claim-based access control: Issuer_Admin, Issuer_Auditor, Issuer_User, Verifier_Admin, Verifier_Auditor, Verifier_User, Identity_Issuer_Api
Invalid authentication credentials.
User does not have a required claim to perform this operation.
Organisation profile not found.
GET /api/v1/organisation-profiles/{id} HTTP/1.1
Host: {PORTAL_API_BASE_URL}
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"id": "text",
"createdAt": "2025-10-30T23:19:00.112Z",
"updatedAt": "2025-10-30T23:19:00.112Z",
"createdBy": "123e4567-e89b-12d3-a456-426614174000",
"updatedBy": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"isDefault": true,
"pspEnvironmentId": "text",
"image": {
"id": "text",
"mimeType": "image/gif",
"keyUrl": "text",
"filename": "text"
}
}Claim-based access control: Issuer_Admin, Verifier_Admin
No content
Invalid authentication credentials.
User does not have a required claim to perform this operation.
Organisation profile not found.
DELETE /api/v1/organisation-profiles/{id} HTTP/1.1
Host: {PORTAL_API_BASE_URL}
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
No content
Claim-based access control: Issuer_Admin, Verifier_Admin
Invalid request body.
Invalid authentication credentials.
User does not have a required claim to perform this operation.
Organisation profile not found.
PATCH /api/v1/organisation-profiles/{id} HTTP/1.1
Host: {PORTAL_API_BASE_URL}
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 15
{
"name": "text"
}{
"id": "text",
"createdAt": "2025-10-30T23:19:00.112Z",
"updatedAt": "2025-10-30T23:19:00.112Z",
"createdBy": "123e4567-e89b-12d3-a456-426614174000",
"updatedBy": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"isDefault": true,
"pspEnvironmentId": "text",
"image": {
"id": "text",
"mimeType": "image/gif",
"keyUrl": "text",
"filename": "text"
}
}Claim-based access control: Issuer_Admin, Verifier_Admin
Invalid request parameters.
Invalid authentication credentials.
User does not have a required claim to perform this operation.
Organisation profile not found.
DELETE /api/v1/organisation-profiles/{id}/image HTTP/1.1
Host: {PORTAL_API_BASE_URL}
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"id": "text",
"createdAt": "2025-10-30T23:19:00.112Z",
"updatedAt": "2025-10-30T23:19:00.112Z",
"createdBy": "123e4567-e89b-12d3-a456-426614174000",
"updatedBy": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"isDefault": true,
"pspEnvironmentId": "text",
"image": {
"id": "text",
"mimeType": "image/gif",
"keyUrl": "text",
"filename": "text"
}
}Claim-based access control: Issuer_Admin, Verifier_Admin
Invalid request body.
Invalid authentication credentials.
User does not have a required claim to perform this operation.
Organisation profile not found.
PATCH /api/v1/organisation-profiles/{id}/image HTTP/1.1
Host: {PORTAL_API_BASE_URL}
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: multipart/form-data
Accept: */*
Content-Length: 18
{
"image": "binary"
}{
"id": "text",
"createdAt": "2025-10-30T23:19:00.112Z",
"updatedAt": "2025-10-30T23:19:00.112Z",
"createdBy": "123e4567-e89b-12d3-a456-426614174000",
"updatedBy": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"isDefault": true,
"pspEnvironmentId": "text",
"image": {
"id": "text",
"mimeType": "image/gif",
"keyUrl": "text",
"filename": "text"
}
}