Organization
A registered entity within the system that is responsible for managing its own open badge program and issuance. Each organization has the Admin responsible for the creation of Badge templates, Badge issuing etc.
Returned values
Field | Type | Description |
|---|---|---|
id |
| Unique identifier of the organization. |
type |
| Type of organization. Possible values: |
activity |
| Main activity of the organization. Possible values: |
name |
| Name of the organization. |
description |
| Description of the organization (possible in HTML format). |
address_info |
| Object containing organization address details. |
address_info.city |
| City where the organization is located. |
address_info.state |
| State where the organization is located. |
address_info.region |
| Region where the organization is located. |
address_info.street |
| Street address of the organization. |
address_info.country |
| Country where the organization is located. |
address_info.postcode |
| Postal code of the organization's location. |
billing_info |
| Object containing organization billing details. |
billing_info.vat |
| VAT number used for billing purposes. |
billing_info.email |
| Billing contact email. |
billing_info.code_dest |
| Billing destination code. |
billing_info.fiscal_code |
| Fiscal code for the organization. |
billing_info.certified_email |
| Certified email address for billing purposes. |
billing_info.legal_name |
| Legal name of the organization. |
language |
| Primary language used by the organization. Possible values: |
website |
| Website URL of the organization. |
status |
| Current status of the organization. Possible values: |
contact_info |
| Object containing organization contact details. |
contact_info.name |
| First name of the contact person. |
contact_info.last_name |
| Last name of the contact person. |
contact_info.mobile |
| Mobile number of the contact person. |
contact_info.email |
| General contact email address. |
contact_info.tech_email |
| Technical contact email address. |
contact_info.legal_email |
| Legal contact email address. |
settings |
| Object containing details of the organization settings within the system. |
settings.public_profile |
| Indicates whether the public profile is active ( |
settings.public_badge_types |
| Indicates whether the badge types are displayed ( |
settings.public_learning_paths |
| Indicates whether the learning paths are displayed ( |
settings.public_badge_templates |
| Indicates whether the badges are displayed ( |
logo_path |
| URL of the organization's logo. |
logo_high_path |
| URL of the high-resolution version of the organization's logo. |
logo_thumbnail_path |
| URL of the thumbnail version of the organization's logo. |
credits_left |
| Remaining credits in the Wallet for the organization. |
badge_templates_count |
| Total number of badge templates created by the organization. |
badges_count |
| Total number of badges issued by the organization. |
created_at |
| Date and time when the organization was created. Format: |
updated_at |
| Date and time when the organization was last updated. Format: |
public_url |
| Public URL of the organization's profile or issuer page (if activated). |
imp_legacy_id |
| Legacy identifier, if applicable. |
stripe_customer_id |
| Stripe customer ID for billing and subscription management. |
subscription_id |
| Identifier for the subscription, if applicable. |
subscription_status |
| Current status of the subscription. Possible values: |
current_period_start |
| Start date of the subscription. Format: |
current_period_end |
| End date of the subscription. Format: |
max_users |
| Maximum number of users allowed for the organization. |