# Parties (single party)

{% hint style="info" %}
***This page must be considered part of the iSHARE Framework***

*This page is considered normative and is therefore compliant with RFC 2119.*
{% endhint %}

The endpoint /parties can also be used to retrieve just one party.

## Retrieves one party

> Used to obtain information on an iSHARE participant from the Participant  Registry. It returns exact participant matched using its ID.\
> \
> Server response is an iSHARE signed JSON Web Token. Please refer to the models 'jwt\_header' and 'jwt\_payload\_party\_token' which indicate what the decoded response will look like.

```json
{"openapi":"3.0.0","info":{"title":"generic iSHARE API specifications","version":"2.1.1"},"tags":[{"name":"Participant Registry","description":"Endpoints that form the iSHARE Participant Registry API specification."}],"servers":[{"description":"iSHARE UAT network base domain","url":"https://isharetest.net"},{"description":"iSHARE TEST network base domain","url":"https://test.ishareworks.nl"}],"security":[{"BearerAuth":[]}],"components":{"securitySchemes":{"BearerAuth":{"type":"http","scheme":"bearer","description":"OAuth 2.0 authorization based on bearer token. MUST contain “Bearer “ + access token value. Must be provided if restricted endpoints are needed."}},"schemas":{"PartyResponse":{"title":"PartyResponse","type":"object","properties":{"party_token":{"type":"string","format":"application/jwt"}}}}},"paths":{"/[v2.1.1]/parties/{id}":{"get":{"tags":["Participant Registry"],"parameters":[{"style":"simple","name":"id","description":"The id of the party whose record must be fetched. It can be any one of the party id in `id` or `alsoKnownAs` attributes of that participant.","schema":{"type":"string"},"in":"path","required":true}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PartyResponse"}}},"description":"OK"}},"deprecated":false,"operationId":"/parties/id","summary":"Retrieves one party","description":"Used to obtain information on an iSHARE participant from the Participant  Registry. It returns exact participant matched using its ID.\n\nServer response is an iSHARE signed JSON Web Token. Please refer to the models 'jwt_header' and 'jwt_payload_party_token' which indicate what the decoded response will look like."}}}}
```

### Response model

**Decoded parties\_token parameters:**

The model of the `parties_token` JWT response is [available on the iSHARE OpenAPI documentation](https://openapi.ishare.eu/?version=2.1#/jwt_payload_party_token). For convenience the model of the party\_info object, contained within the token, is described below:

* `party_info`\
  **Object**. Root level.\
  Contains results count and information about the party.
  * `total_count`\
    **String**. Contained in the object of `party_info`.\
    Total count of found parties.
  * `pageCount`\
    **String**. Contained in the object of `party_info`.\
    Number of pages (10 per page).
  * `count`\
    **String**. Contained in the object of `party_info`.\
    Total count of found parties. Since one request returns up to 10 parties, the value helps to understand if more than one page exists.
  * `data`\
    **Array of Objects**. Contained in the object of `party_info`.\
    Array containing a collection of parties objects.
    * `id`\
      **String**. Contained in `data`.\
      iSHARE Identifier of the party derived from original party identifiers.
    * `alsoKnownAs`\
      **Array of Strings**. Contained in `data`.\
      Identifiers of the party.
    * `party_name`\
      **String**. Contained in `data`.\
      Name of the party.
    * `capability_url`

      **String**. Contained in `data`.

      [Capabilities endpoint](https://dev.ishare.eu/version-2.1.1/all-roles-common-endpoints/capabilities) of the party.
    * `registrar_id`

      **String**. Contained in `data`.

      Identifier of the party who registered the participant identified by the `id` attribute above.
    * `adherence`\
      **Object**. Contained in `data`.\
      Object which contains status and validity timestamps of the party.
      * `status`\
        **String**. Contained in `adherence`.\
        Status of the party. Available values are *Active*, *Pending*, *NotActive* and *Revoked*.
      * `start_date`\
        **Timestamp (ISO 8601)**. Contained in `adherence`.\
        UTC timestamp which states since when adherence status has established.
      * `end_date`\
        **Timestamp (ISO 8601)**. Contained in `adherence`.\
        UTC timestamp which states till when adherence status has established.
  * `additional_info`

    **Object**. Contained in `party_info`.

    Object which contains additional general contact information of the party.

    * `description`

      **String**. Contained in `additional_info`.

      A brief description of the party.
    * `logo`

      **String**. Contained in `additional_info`.

      URL pointing to the endpoint where company logo can be found.
    * `website`

      **String**. Contained in `additional_info`.

      URL pointing to the endpoint where company logo can be found.
    * `company_phone`

      **String**. Contained in `additional_info`.

      General company phone number of the party.
    * `company_email`

      **String**. Contained in `additional_info`.

      General company email id of the party.
    * `publicly_publishable`

      **Boolean**. Contained in `additional_info`.

      Consent to publicly publish the information contained in this object.
    * `countries_operation`

      **Array of Objects**. Contained in `additional_info`.

      An array of ISO names of the countries where the party operates.
    * `sector_industry`

      **Array of Objects**. Contained in `additional_info`.

      An array of GICS based sectors/industry that party serves in.
    * `tags`

      **String**. Contained in `additional_info`.

      An free text field containing keywords relevant for party.
    * `agreements`\
      \
      \
      \
      **Array of Objects**. Contained in `data`.Object which contains details about contracts including data space contracts that party has agreed and signed to.
    * `type`

      **String**. Contained in the object of `agreements`.

      Type of agreement. Refers to the official type of agreement. For iSHARE following types are available Terms of Use, Accession Agreement, Certified Party Agreement, Participant Registry Agreement (former name Satellite Agreement will be deprecated). Additionally, each data space can define their own type and it can be listed here when appropriate data space is chosen.
    * `title`

      **String**. Contained in the object of `agreements`.

      The name of the agreement or agreement file.
    * `status`

      **String**. Contained in the object of `agreements`.

      Status of the agreement. Available values are *Draft*, *Signed*, *Accepted*, *Obsolete*.
    * `sign_date`

      **Timestamp (ISO 8601)**. Contained in the object of `agreements`.

      Date of signature of the agreement.
    * `expiry_date`

      **Timestamp (ISO 8601)**. Contained in the object of `agreements`.

      Expiry date of the agreement. For non expiring agreements the end date is far in future.
    * `hash_file`

      **String**. Contained in the object of `agreements`.

      The calculated hash of the agreement file that has been uploaded. Note agreements are not stored in ledger, but only their hash.
    * `framework`

      **String**. Contained in the object of `agreements`.

      The trust framework to which this agreement complies to. Currently, only iSHARE is available.
    * `dataspace_id`

      **String**. Contained in the object of `agreements`.

      The ID of the data space. If specified, party is onboarded in accordance to this data space’s terms and conditions.
    * `dataspace_title`

      **String**. Contained in the object of `agreements`.

      The name of the selected dataspace.
    * `compliancy_verified`

      **String**. Contained in the object of `agreements`.

      Legal compliance to this agreement has been verified in accordance with the process set in trust framework as we as data space governance. Possible values are *Yes*, *No*, *Not Applicable*.
    * `certificates`

      **Array of Objects**. Contained in `data`.

      Object which contains the details of the PKI/x509 certificates of the party. Either certificates or SPOR must be present.

      * `subject_name`

        **String**. Contained in the object of `certificates`.

        subjectName as encoded in the X.509 certificate which corresponds with the party that is being requested from the Participant Registry.
      * `certificate_type`

        **String**. Contained in the object of `certificates`.

        Contains the type of certificate. Since only eIDAS eSEAL certificates are accepted as certificates, the value of this field must always be eSEAL.
      * `enabled_from`

        **Timestamp (ISO 8601)**. Contained in the object of `certificates`.

        UTC timestamp which states since when certificate is valid.
      * `x5c`

        **String**. Contained in the object of `certificates`.

        The base64 encoded pem format value of the certificate identified by its subject name and fingerprint.
      * `x5t#s256`

        **String**. Contained in the object of `certificates`.

        The SHA256 fingerprint of the certificate.
    * `spor`

      **Array of Objects**. Contained in `data`.

      The signed proof received from recognised issuer (currently eID identity providers) of information about the organisation and the authorised representative of that organisation being authenticated with “High” level of assurance.

      * `signed_request`

        **String**. Contained in the object of `certifications`.

        verifiable credentials of the participant signed by a trusted authority vouching for its authenticity.

        * Value MUST be a JWT or a base64 string.
        * If JWT, it MUST be an “id\_token” as defined in Open ID Connect, issued to the user, with an additional “organisationIdentifier” attribute contained within, being the identifier of the organisation the authenticated user is representing. *OrganizationIdentifier* (issued by a Trust Service Provider (TSP)), SHOULD be in the format of this field described in [ETSI EN 319 412-1 V1.5.1, paragraph 5.1.4](https://www.etsi.org/deliver/etsi_en/319400_319499/31941201/01.05.01_60/en_31941201v010501p.pdf).
        * If the base64 encoded value, it MUST be a proof demonstrating that the authenticated user is validated by the Identity Provider and that the user is agreeing to sign up to become a participant. This can have similar information to id\_token or verifiable credential above, but in a different format.
    * `roles`

      **Array of Objects**. Contained in `data`.

      Object which contains details about the iSHARE roles of the party. The details include the level of assurance as well as compliance status for each role.

      * `role`

        **String**. Contained in the object of `roles`.

        Role name. Possible roles are *ServiceConsumer*, *ServiceProvider*, *EntitledParty*, *AuthorisationRegistry*, *IdentityProvider*, *IdentityBroker* and *IdentityBroker* and *ParticipantRegistry*, *iShareSatellite* (deprecated, will be removed in future releases, use *ParticipantRegistry* instead).
      * `start_date`

        **Timestamp (ISO 8601)**. Contained in the object of `roles`.

        UTC timestamp which states since when certification is valid.
      * `end_date`

        **Timestamp (ISO 8601)**. Contained in the object of `roles`.

        UTC timestamp which states till when certification is valid.
      * `loa`

        **Integer**. Contained in the object of `roles`.

        Certificate’s level of assurance. Available values are *1* (low), *2* (substantial) and *3* (high).
      * `compliancy_verified`

        **Boolean**. Contained in the object of `roles`.

        Compliance requirements of this role has been met by party.
      * `legal_adherence`

        **Boolean**. Contained in the object of `roles`.

        Legal requirements of this role has been met by party including signing of appropriate agreements.
    * `auth_registries`

      **Array of Objects**. Contained in `data`.

      Object which contains details about the authorisation registers that the party uses. *Please be aware that the current reference implementation of the iSHARE Satellite returns this information in an attribute "authregistery" instead of "auth\_registries". This will be updated in a future release.*

      * `name`

        **String**. Contained in the object of `auth_registries`.

        The name of the authorisation registry provider.
      * `id`

        **String**. Contained in the object of `auth_registries`.

        The Id of the authorisation registry provider.
      * `url`

        **String**. Contained in the object of `auth_registries`.

        The URL pointer specific to the party where authorisations can be queried/checked from.
      * `dataspace_id`

        **String**. Contained in the object of `auth_registries`.

        The id of the data space where the party uses this authorisation registry provider.

        * `dataspace_name`

          **String**. Contained in the object of `auth_registries`.

          The name of the data space corresponding to the data space id.

### Example request

```
> Authorization: Bearer IIeDIrdnYo2ngwDQYJKoZIhvcNAQELBQAwSDEZMBcGA1UEAwwQaVNIQ

GET /parties/did%3Aishare%3AEU.NL.NTRLNL-10000001
```

### Example response

The response contains an encoded JWT, which looks like this:

```json
{
    "party_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsIng1YyI6WyJNSUlFNlRDQ0E5R2dBd0lCQWdJSVUrVkNVWmo1dCtBd0RRWUpLb1pJaHZjTkFRRUxCUUF3UERFNk1EZ0dBMVVFQXd3eFZFVlRWQ0JwVTBoQlVrVWdSVlVnU1hOemRXbHVaeUJEWlhKMGFXWnBZMkYwYVc5dUlFRjFkR2h2Y21sMGVTQkhOVEFlRncweU16QTVNRGt4TWpBMk16RmFGdzB6TXpBNU1EWXhNakEyTXpCYU1IVXhHakFZQmdOVkJBTU1FV2xUU0VGU1JTQlVaWE4wSUZCSlVpQXhNUnd3R2dZRFZRUUZFeE5GVlM1RlQxSkpMazVNTURBd01EQXdNREF3TVJRd0VnWURWUVFMREF0VVpYTjBJR0Z1WkNCUlFURVdNQlFHQTFVRUNnd05hVk5JUVZKRlZHVnpkRkJKVWpFTE1Ba0dBMVVFQmhNQ1Rrd3dnZ0lpTUEwR0NTcUdTSWIzRFFFQkFRVUFBNElDRHdBd2dnSUtBb0lDQVFEQ1puQlVCM2s1R05sa0piVThIbFFhY2IxdnVScTN5UkRVZlQyUzFaSFBJVEJuWUFSQTZvMDdLNmxKZWpyRnQ1YWRsSzRsK3ZxTDFvaWlTeWdTREFLdCtXYkxpUzZFakFocFlIeTFBNWtkNVFONnFmUUpUNnI4cVZvUXdrNnM5bmdldkc2SGRIQW5qMlcvR1d1UGNicU9JaHYxSEdaYVhIUDZrNGo3QzBuT042U1NRSXhQQko4bnUvdTloaDJzS0JpN0ZzRkNnZFpxL29OQzBaZjR3R3pJbVRlc3hQMUJrTXlETmdXVVIzK1JpZUlNTXNNQlJXcEhLRFE0aTI0blJZaGhqUjJGU3NQcitiTE85YXRKWFVKc3I4bElhVDNDaDRVOUE5MnNYY1A4V3lvVjJ1Ti9hOEJBTjVJWkw1bVRBZXA4NDJROXQrS1ltcXEzY1J2a21zUUN3WmxUZm1ZNUMzbDhKOHpHYTNETTZxUTViOFlCalZoUUljcEFISDJqQ3RpRmQ2Vk9XMjl3MVg2MHhKRU14dHB1dmhVNGQzZXlveFRiLzVYU05vRVJOUERRZzRRN0NHQWQvR3ZsbFFka2wrdGJPQW9EclYwY01PZFJ4eVpqa25UZUpzcWNaOHJYZWVDQkFkOVFYZEd0cGl0SUFsNnRyRFYxbEd4TmpZVldSN3o1MEJRUEUvaGpFOFZBb3ZuemMvOWlSenQ1ZmhFQkljclVJRVpzcmdKVUg1NXY0SVA2T2JjRisxVjNFdHNqMkJMZFI4cEdTNjdtL0t5TWdNcnVHN3IrTXZ0QUhaTHlLemZrWjBXdnczWFBsb1ZPWU1ha0NOaWNXTHNSUHR1clhEMEtyKy8xeWtrekllOFIxQWllVUVKbDBnR3ltWk04OXlPSDhuakNHd1psUHdJREFRQUJvNEcxTUlHeU1COEdBMVVkSXdRWU1CYUFGRzNGWlluTDM1RlUwV3M4dHdLbExzMkthSkFkTUNjR0ExVWRKUVFnTUI0R0NDc0dBUVVGQndNQ0JnZ3JCZ0VGQlFjREJBWUlLd1lCQlFVSEF3RXdOd1lJS3dZQkJRVUhBUU1FS3pBcE1BZ0dCZ1FBamtZQkFUQUlCZ1lFQUk1R0FRUXdFd1lHQkFDT1JnRUdNQWtHQndRQWprWUJCZ0l3SFFZRFZSME9CQllFRkhIdlM2VXVCMUhIL0NtZmlvSDkzOWMxSndCR01BNEdBMVVkRHdFQi93UUVBd0lHd0RBTkJna3Foa2lHOXcwQkFRc0ZBQU9DQVFFQVNyYjZPLzVWbVJzTkNiazZzRHo1V1FYb1oxZG84MnhxZ1NibDIzK3hXekFHV2xNeEd5elJJdTZOSDQxbFNSeGcxNzRPU1EzS0orYXVTUlB1Si82NG9HUEp4MkVmekMyckZiOU5ZeWhGT2pqcnlSZVJBVUsxZzFBbkEzQVBpMUdLVkxTZ3hnTXBYTnhwNXo0Yk5pNGpzTG92ZW85Z2IxNzR3UWVZSVFzOXdUc3JOcU43eGpkc2UwcjNqTDdhdEJCK1ZOanR5bEYvOXBqaVBWeGR3a0o2MFFXeVg4ZFBobDZ3SWh4STdtVTVMclJZZk9TSEx4V1FhbzIvZWhXUURJeHFYOWQ1bVpEYlUrd0tFc3BiNWhSNmMvOEo1SFhyYy8yMXhvcTNxNjNPNkRoNFh5WEUxSEMzZ0hUeGxmTmtzRm5aOHpNeFlPVlZMc0hleHAwbGRITzhaUT09IiwiTUlJRFNEQ0NBakNnQXdJQkFnSUlTeFIzSW16RzFCY3dEUVlKS29aSWh2Y05BUUVMQlFBd0p6RWxNQ01HQTFVRUF3d2NWRVZUVkNCcFUwaEJVa1VnUm05MWJtUmhkR2x2YmlCbFNVUkJVekFlRncweE9UQXlNakl4TURBME16RmFGdzB6T1RBeU1UY3hNREF5TkRsYU1Ed3hPakE0QmdOVkJBTU1NVlJGVTFRZ2FWTklRVkpGSUVWVklFbHpjM1ZwYm1jZ1EyVnlkR2xtYVdOaGRHbHZiaUJCZFhSb2IzSnBkSGtnUnpVd2dnRWlNQTBHQ1NxR1NJYjNEUUVCQVFVQUE0SUJEd0F3Z2dFS0FvSUJBUURIQjJBQlFMN3p3bWkxeElrTzBhMnE2aklKZG4zUUFtMHMxbFNlUWV2OUYyRjNNNVo4cWlxUUphdXJNWnl3WmZkTnZnOStJcUdIT2pEZTZoSWh1Unp6b0FvMEFiTzROOU9kZjJSRERVOTVON3RvSm1BeUNpWUdnWmZadDdCc0tGSWVRNnA2Q3NnS2NSWFBpMGZkWGRWU0hwNGJaZlFPUWRjbE1idElUaXJuRnRVMDZOUEFob1k2NzZZejk2eEZBRTB6b202ZU1WUFBPSW0wRzhnZDQ0WGxuYkwwdzBtY2NDaTJWVVpqdkNJTDU5TzYxTzh2bFZ5THNCcU5OVEN2ZjlDMkNNWWFFYXRYWnl6L2x3Z0g2SllIdEQwdXNYdC8rTTBxS1llMW9lb0xrMFppY0ZaWGNrMWlTMDlrRmRnZ0s1QmxOb2RvV0phREJScm81MVdoWTJXbkFnTUJBQUdqWXpCaE1BOEdBMVVkRXdFQi93UUZNQU1CQWY4d0h3WURWUjBqQkJnd0ZvQVVsWk1reWJ5aEN6SzVIT0JGSEtSTytNTFNSLzR3SFFZRFZSME9CQllFRkczRlpZbkwzNUZVMFdzOHR3S2xMczJLYUpBZE1BNEdBMVVkRHdFQi93UUVBd0lCaGpBTkJna3Foa2lHOXcwQkFRc0ZBQU9DQVFFQVpINVFqdXErTzlGcHY2MzdnMGNGNm4xSUxZQkx6MWVOWmpFQjNkb0FleHZpNUN6U3czb3N3SkNTZWRHVzNoaDBxSE9USzJnSTgzamgwVzJFQW4yaXNGZ3doTW9HMmpkMllTRlNrbThRLzJlT2ZjNk1nR1NDNXNPVEw3NUo3YnlMQ29yZHFkL040ZWFqM0VxS0xhV3E3cjd1c3RQODFQOEVJbHowRDhhN2xmZjFGU28yM0hXWFRXWDIrbTJ2b0xBRTVsOTdhR1RHUlMxVWJ4aFAyakZLWUo5WHppS2U5TVFKU1pFbFRROGpxZzJrUEZrRXgvWHFBV3FsRzFkbDF5d0xKcTVpZVB2SzFSNEFZTkkvWWJaUWs5c2xqOHYrUC82TTdFdEVyc2YydUlTZ2V3TFRjV2wyNHgzbkc1eGJRWnhyUDhsMmpTR1ltT1RJbmdLT1FTbmJmZz09IiwiTUlJRE16Q0NBaHVnQXdJQkFnSUlCTFUyY1pBWnFMRXdEUVlKS29aSWh2Y05BUUVMQlFBd0p6RWxNQ01HQTFVRUF3d2NWRVZUVkNCcFUwaEJVa1VnUm05MWJtUmhkR2x2YmlCbFNVUkJVekFlRncweE9UQXlNakl4TURBeU5EbGFGdzB6T1RBeU1UY3hNREF5TkRsYU1DY3hKVEFqQmdOVkJBTU1IRlJGVTFRZ2FWTklRVkpGSUVadmRXNWtZWFJwYjI0Z1pVbEVRVk13Z2dFaU1BMEdDU3FHU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLQW9JQkFRQ3JEUDJEV1gzL2I4dU1hcHpFQkFUU2E2aVpmdmdneklCVUV4a1dFYkc5ZTFuVnkvalFrMjBuZlNGTVVtUlQ2TmhZY2RrU1lPL1dya2k5WTRFcEN5MXh2WkhxTCs0WTZTOUpMWndKNzYwTHBZbGUrTmFWdTdtaW5NVVFjdW9qNW5LekNsdmF6YjAwQXg1Z2tKVWZSM3YzWDVHWHFRcmtXYXpNdCtrNVROTTZUV3VKMzBxT2Z3ckh4NXZUTG1UVVVpaCtCc0dMM2Y1R09zMVZUWUlDTmhpVGpONzRuMldxcDJrVUxXSWUrL1g2UlovaEtzcGFIR1puS0RWVHdJKzhabVdGZWp1eEE2RE9YN1JzWUxLdlFPMjFGbWJJQm9TczlBenY1OS9SeFdVSlZNTzBXaERoS3BRZ0NHandnVjMyb2ZOZGtGZ21kVnVsek5QSUQyUk5iVFRMQWdNQkFBR2pZekJoTUE4R0ExVWRFd0VCL3dRRk1BTUJBZjh3SHdZRFZSMGpCQmd3Rm9BVWxaTWt5YnloQ3pLNUhPQkZIS1JPK01MU1IvNHdIUVlEVlIwT0JCWUVGSldUSk1tOG9Rc3l1UnpnUlJ5a1R2akMwa2YrTUE0R0ExVWREd0VCL3dRRUF3SUJoakFOQmdrcWhraUc5dzBCQVFzRkFBT0NBUUVBbHphQlZhRmhabUg5dXhzTFN2M0Zra3hXVndCUjFHaEF4d2NKbFY0eCtrcVg4dGNoSjRTRExFdVdSckY0RE50dlNSM3I2OUt6OGVZSTVYdVcxZUcxMllqR0dWbFlpamR4ckcxQU56R24ydmRvOXZMN2RFRlVFTUsxQUt4UnN0YlRkRTd5d3pJVi9DNjF3OEpyeHdMdHQ5T2pkVUVVUEh1R1RqdXY1bkZCUGRGek9jdnUrRFRNbDczQ0pQMnplWlVGZ3VqNTVNc1hZNDVNclhyYmd0K0xKcVV1NHBrQjJiTHU5RmJlUkxXWkp1a25ZU3JXNGZ5UUJaMmkrTXNHZGlCS1FjZjNmTFhqcGNoNDgvcDdTaVRrNHVmbG9CYXFUQ2x0L0V0V1hEU21GY3Y0UWpCazFtVVB1OXZ4aWtjSERrQXZKck9YR2cwYiszZUk0YTdPVGZBYjFnPT0iXX0.eyJhdWQiOiJFVS5FT1JJLk5MMDAwMDAwMDAxIiwiZXhwIjoxNzY3MDI4NjMyLCJpYXQiOjE3NjcwMjg2MDIsImlzcyI6IkVVLkVPUkkuTkxURVNUUElSU0FUMSIsImp0aSI6IjgzZWNiNzU5NzVjODRkYWU5ZWIxZWEzZDAwNmU0MjFkIiwibmJmIjoxNzY3MDI4NjAyLCJwYXJ0aWVzX2luZm8iOnsidG90YWxfY291bnQiOjEsInBhZ2VDb3VudCI6MSwiY291bnQiOjEsImRhdGEiOlt7ImlkIjoiZGlkOmlzaGFyZTpFVS5OTC5OVFJOTC0wMDAwMDAwMDEiLCJhbHNvS25vd25BcyI6WyJlb3JpOkVVLkVPUkkuTkwwMDAwMDAwMDEiXSwicGFydHlfbmFtZSI6IkFCQyBUcnVja2luZyIsImNhcGFiaWxpdHlfdXJsIjoiIiwicmVnaXN0cmFyX2lkIjoiRVUuRU9SSS5OTDAwMDAwMDAwMCIsImFkaGVyZW5jZSI6eyJzdGF0dXMiOiJBY3RpdmUiLCJzdGFydF9kYXRlIjoiMjAyNC0wMi0xMlQwMDowMDowMC4wMDBaIiwiZW5kX2RhdGUiOiIyMDI1LTAyLTEzVDAwOjAwOjAwLjAwMFoifSwiYWRkaXRpb25hbF9pbmZvIjp7ImRlc2NyaXB0aW9uIjoiVGVzdCIsImxvZ28iOiIiLCJ3ZWJzaXRlIjoiIiwiY29tcGFueV9waG9uZSI6IiIsImNvbXBhbnlfZW1haWwiOiIiLCJwdWJsaWNseV9wdWJsaXNoYWJsZSI6ImZhbHNlIiwiY291bnRyaWVzT2ZPcGVyYXRpb24iOlsiQWZnaGFuaXN0YW4iLCJBbGJhbmlhIiwiQWxnZXJpYSJdLCJzZWN0b3JJbmR1c3RyeSI6W10sInRhZ3MiOiJOVFJOTC0wMDAwMDAwMSJ9LCJhZ3JlZW1lbnRzIjpbeyJ0eXBlIjoiVGVybXNPZlVzZSIsInRpdGxlIjoidHUiLCJzdGF0dXMiOiJBY2NlcHRlZCIsInNpZ25fZGF0ZSI6IjIwMjQtMDItMTJUMDA6MDA6MDAuMDAwWiIsImV4cGlyeV9kYXRlIjoiMjAyNS0wMi0xM1QwMDowMDowMC4wMDBaIiwiaGFzaF9maWxlIjoiYWUxZDdkMzBmNWRiOTQ5N2YyMWE3OTg0YThhNmYzNTkiLCJmcmFtZXdvcmsiOiJpU0hBUkUiLCJkYXRhc3BhY2VfaWQiOiIiLCJkYXRhc3BhY2VfdGl0bGUiOiIiLCJjb21wbGFpYW5jeV92ZXJpZmllZCI6Im5vIn0seyJ0eXBlIjoiQWNjZXNzaW9uQWdyZWVtZW50IiwidGl0bGUiOiJhYSIsInN0YXR1cyI6IkFjY2VwdGVkIiwic2lnbl9kYXRlIjoiMjAyNC0wMi0xMlQwMDowMDowMC4wMDBaIiwiZXhwaXJ5X2RhdGUiOiIyMDI1LTAyLTEzVDAwOjAwOjAwLjAwMFoiLCJoYXNoX2ZpbGUiOiJhZTFkN2QzMGY1ZGI5NDk3ZjIxYTc5ODRhOGE2ZjM1OSIsImZyYW1ld29yayI6ImlTSEFSRSIsImRhdGFzcGFjZV9pZCI6IiIsImRhdGFzcGFjZV90aXRsZSI6IiIsImNvbXBsYWlhbmN5X3ZlcmlmaWVkIjoibm8ifV0sImNlcnRpZmljYXRlcyI6W3sic3ViamVjdF9uYW1lIjoiQ049QUJDIFRydWNraW5nLFNFUklBTE5VTUJFUj1FVS5FT1JJLk5MMDAwMDAwMDAxLE9VPVRlc3QsTz1pU0hBUkVUZXN0LEM9TkwiLCJjZXJ0aWZpY2F0ZV90eXBlIjoiUGtpbyIsImVuYWJsZWRfZnJvbSI6IjIwMjQtMDItMTJUMDA6MDA6MDAuMDAwWiIsIng1YyI6Ik1JSUQyakNDQXNLZ0F3SUJBZ0lJTnFlL0VTWkticzB3RFFZSktvWklodmNOQVFFTEJRQXdQREU2TURnR0ExVUVBd3d4VkVWVFZDQnBVMGhCVWtVZ1JWVWdTWE56ZFdsdVp5QkRaWEowYVdacFkyRjBhVzl1SUVGMWRHaHZjbWwwZVNCSE5UQWVGdzB5TXpBeU1qUXhOalV3TXpWYUZ3MHpNekF5TWpFeE5qVXdNelJhTUdZeEZUQVRCZ05WQkFNTURFRkNReUJVY25WamEybHVaekVjTUJvR0ExVUVCUk1UUlZVdVJVOVNTUzVPVERBd01EQXdNREF3TVRFTk1Bc0dBMVVFQ3d3RVZHVnpkREVUTUJFR0ExVUVDZ3dLYVZOSVFWSkZWR1Z6ZERFTE1Ba0dBMVVFQmhNQ1Rrd3dnZ0VpTUEwR0NTcUdTSWIzRFFFQkFRVUFBNElCRHdBd2dnRUtBb0lCQVFDVHZzd0s1UUw3eUNna3A5Yml4Mmw0Z3BGa1JIUCthb2VEMjVGc0NLblhVYnBIVy9RQWk2L2RPUEdoNlBGWFRhTDRRcmRjUFFJY29reFVjR0pnV0Y4clNRa2RGcFhEYVJzMWJHNkNWdy9uU2tST29vbmJkQU1HaCtVQ1Y2d096dXhEQ2FVeXNZaDBNTXNYS3J2NGxKMEFoMVNUNm9DTW5vVENVT1R1cUxVZy9WLzg0WGRETjFLalI2N3BuZytZWndwbDIyL3NrZFBPNkZFNm1MMjNhTEJ6L0FPczVuZmlNZVArRkpma2x4b0NnREd2OWhFN2JSaEtCQ0lRcWdYYWlrd29CeFpGMkZwOTJxZS9LMGMvU3gvUTNUa2N2ZThhNmdKSUFvU3BpS1JqU2xQb1ltd0xONzZiSzQzQkRVaVUxT3RKcnZNWncrck5VQzFJVVNleE9HVExBZ01CQUFHamdiVXdnYkl3SHdZRFZSMGpCQmd3Rm9BVWJjVmxpY3Zma1ZUUmF6eTNBcVV1ellwb2tCMHdKd1lEVlIwbEJDQXdIZ1lJS3dZQkJRVUhBd0lHQ0NzR0FRVUZCd01FQmdnckJnRUZCUWNEQVRBM0JnZ3JCZ0VGQlFjQkF3UXJNQ2t3Q0FZR0JBQ09SZ0VCTUFnR0JnUUFqa1lCQkRBVEJnWUVBSTVHQVFZd0NRWUhCQUNPUmdFR0FqQWRCZ05WSFE0RUZnUVU2aDh1MWlacGhsUmVENFN4Y2taZU4zY0E0U1l3RGdZRFZSMFBBUUgvQkFRREFnYkFNQTBHQ1NxR1NJYjNEUUVCQ3dVQUE0SUJBUUJZKzVYRThOMEltK1BXY3RkdHdyNTQ1MkI5Mmdjc3p4L1RhcFZiT29XNCttR0x0S3FEd2toL3hSSk4rNXdGakdWbGhnMlc5Uk9FcHVVY1dHbGJ4KzQ4d1EzT0JXR1hwZFZlRHZLYU9BOUtIMndEYWduL0ExVElpQlI3TVN3bkZOUzZDVnVzL2tobkNhTXNkWWw2T1lJdGlVUDh4RjZZSEFtdFkvaVQzUkF6elZMK1pyT0lZQjY2cnAyME8xOXNFUmxiVVJpRmszNGVGNkxBNzhSOEZBQ05nRXVHTnJtZ2toN2hsN0d0NUtnc3lsaW82U216M201V0FlcWRoa1k1QlZuK2E2d3h6Tzd1UnRaUkhqaEZQSTdsZU9LZDRFY0xaN1VhQnlhVTRhQ3hvd2lNK0s2ZS9kb3ZQWnlCdlhrVlBWNFVKT0x4UGcyREpUMmV2YnpBMzFVbCIsIng1dCNzMjU2IjoiNzc4ZTg4NTgyYmMxNWExYTExMzkzZjE3ZGI1ZTg2ODk4YTg0NTVlM2UzODc2MmI2MzEwMWY4ZTNiODkyYzY4MyJ9XSwicm9sZXMiOlt7InJvbGUiOiJTZXJ2aWNlQ29uc3VtZXIiLCJzdGFydF9kYXRlIjoiMjAyNC0wMi0xMlQwMDowMDowMC4wMDBaIiwiZW5kX2RhdGUiOiIyMDI1LTAyLTEyVDAwOjAwOjAwLjAwMFoiLCJsb2EiOiIiLCJjb21wbGFpYW5jeV92ZXJpZmllZCI6Im5vIiwibGVnYWxfYWRoZXJlbmNlIjoibm8ifV0sImF1dGhyZWdpc3RlcnkiOltdfV19LCJzdWIiOiJFVS5FT1JJLk5MVEVTVFBJUlNBVDEifQ.ooht9YVFyTIOs86Y450H_M3EyXiDAeCPcgOGVpHNnJ6BEP_-yxEAjCLv5SbEK8XDtdKvtpYLQSIZRc9ItN1gi7V3QRTFAFkMF-p-AtEku-hjLxzITgzrcfAXYhbpH3pa_s9BDOx5-Thiiz_XeFalkq_eX06Ily1sVoPUl9qYR1Zx6RTkftkOo2tHZpuY33586Zd5NXdiilCKAV4bTFMs_WhSx08sVN-8-1lovQUbksOtS4zFpODTI_pTyQgsSP09ep0P7ugToVGI_ciQmaF7UdTmHviFpOQDb0kFLUqvUhk5VwIS-_Ge6Vd6Xs__Hms2wAi_M6jMPrCF4KimBT-gnDj3vHC7IRr494Kp_MAwEVG9MvjbbfhPGpGhvZMcyv0BILwA35ZIaNyvGa55N1Vz_Qyt0EIW191867DUAFsO82WW7HpZP4m9W9OtQTbswyZq_LjpeqZpl4S9ODon7PSMApedPq4d6id4Zv0Ya6ZLFFAgaawF4vX0kCpEfHvoKuZxWZ9CtyWflDkHKU6ud_eIDliDylqvPH_NFopEX8042PffaA27YFCThKYJiBU4AuIWFf2MUG2LEErZwlqXIVK504rf78EKo2nuhZrXrHGdpow3uNwPtfZumN7So5eoyrs2Z9lsfvrvgjiR06mqCu5jn3F4XT95j9ciY6pBVFT4yi4"
}
```

After decoding, the example content of the JWT looks like this:

```json
{
  "aud": "EU.EORI.NL000000001",
  "exp": 1767028632,
  "iat": 1767028602,
  "iss": "EU.EORI.NLTESTPIRSAT1",
  "jti": "83ecb75975c84dae9eb1ea3d006e421d",
  "nbf": 1767028602,
  "parties_info": {
    "total_count": 1,
    "pageCount": 1,
    "count": 1,
    "data": [
      {
        "id": "did:ishare:EU.NL.NTRNL-000000001",
        "alsoKnownAs": [
          "eori:EU.EORI.NL000000001"
        ],
        "party_name": "ABC Trucking",
        "capability_url": "",
        "registrar_id": "EU.EORI.NL000000000",
        "adherence": {
          "status": "Active",
          "start_date": "2024-02-12T00:00:00.000Z",
          "end_date": "2025-02-13T00:00:00.000Z"
        },
        "additional_info": {
          "description": "Test",
          "logo": "",
          "website": "",
          "company_phone": "",
          "company_email": "",
          "publicly_publishable": "false",
          "countriesOfOperation": [
            "Afghanistan",
            "Albania",
            "Algeria"
          ],
          "sectorIndustry": [],
          "tags": "NTRNL-00000001"
        },
        "agreements": [
          {
            "type": "TermsOfUse",
            "title": "tu",
            "status": "Accepted",
            "sign_date": "2024-02-12T00:00:00.000Z",
            "expiry_date": "2025-02-13T00:00:00.000Z",
            "hash_file": "ae1d7d30f5db9497f21a7984a8a6f359",
            "framework": "iSHARE",
            "dataspace_id": "",
            "dataspace_title": "",
            "complaiancy_verified": "no"
          },
          {
            "type": "AccessionAgreement",
            "title": "aa",
            "status": "Accepted",
            "sign_date": "2024-02-12T00:00:00.000Z",
            "expiry_date": "2025-02-13T00:00:00.000Z",
            "hash_file": "ae1d7d30f5db9497f21a7984a8a6f359",
            "framework": "iSHARE",
            "dataspace_id": "",
            "dataspace_title": "",
            "complaiancy_verified": "no"
          }
        ],
        "certificates": [
          {
            "subject_name": "CN=ABC Trucking,SERIALNUMBER=EU.EORI.NL000000001,OU=Test,O=iSHARETest,C=NL",
            "certificate_type": "Pkio",
            "enabled_from": "2024-02-12T00:00:00.000Z",
            "x5c": "MIID2jCCAsKgAwIBAgIINqe/ESZKbs0wDQYJKoZIhvcNAQELBQAwPDE6MDgGA1UEAwwxVEVTVCBpU0hBUkUgRVUgSXNzdWluZyBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSBHNTAeFw0yMzAyMjQxNjUwMzVaFw0zMzAyMjExNjUwMzRaMGYxFTATBgNVBAMMDEFCQyBUcnVja2luZzEcMBoGA1UEBRMTRVUuRU9SSS5OTDAwMDAwMDAwMTENMAsGA1UECwwEVGVzdDETMBEGA1UECgwKaVNIQVJFVGVzdDELMAkGA1UEBhMCTkwwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCTvswK5QL7yCgkp9bix2l4gpFkRHP+aoeD25FsCKnXUbpHW/QAi6/dOPGh6PFXTaL4QrdcPQIcokxUcGJgWF8rSQkdFpXDaRs1bG6CVw/nSkROoonbdAMGh+UCV6wOzuxDCaUysYh0MMsXKrv4lJ0Ah1ST6oCMnoTCUOTuqLUg/V/84XdDN1KjR67png+YZwpl22/skdPO6FE6mL23aLBz/AOs5nfiMeP+FJfklxoCgDGv9hE7bRhKBCIQqgXaikwoBxZF2Fp92qe/K0c/Sx/Q3Tkcve8a6gJIAoSpiKRjSlPoYmwLN76bK43BDUiU1OtJrvMZw+rNUC1IUSexOGTLAgMBAAGjgbUwgbIwHwYDVR0jBBgwFoAUbcVlicvfkVTRazy3AqUuzYpokB0wJwYDVR0lBCAwHgYIKwYBBQUHAwIGCCsGAQUFBwMEBggrBgEFBQcDATA3BggrBgEFBQcBAwQrMCkwCAYGBACORgEBMAgGBgQAjkYBBDATBgYEAI5GAQYwCQYHBACORgEGAjAdBgNVHQ4EFgQU6h8u1iZphlReD4SxckZeN3cA4SYwDgYDVR0PAQH/BAQDAgbAMA0GCSqGSIb3DQEBCwUAA4IBAQBY+5XE8N0Im+PWctdtwr5452B92gcszx/TapVbOoW4+mGLtKqDwkh/xRJN+5wFjGVlhg2W9ROEpuUcWGlbx+48wQ3OBWGXpdVeDvKaOA9KH2wDagn/A1TIiBR7MSwnFNS6CVus/khnCaMsdYl6OYItiUP8xF6YHAmtY/iT3RAzzVL+ZrOIYB66rp20O19sERlbURiFk34eF6LA78R8FACNgEuGNrmgkh7hl7Gt5Kgsylio6Smz3m5WAeqdhkY5BVn+a6wxzO7uRtZRHjhFPI7leOKd4EcLZ7UaByaU4aCxowiM+K6e/dovPZyBvXkVPV4UJOLxPg2DJT2evbzA31Ul",
            "x5t#s256": "778e88582bc15a1a11393f17db5e86898a8455e3e38762b63101f8e3b892c683"
          }
        ],
        "roles": [
          {
            "role": "ServiceConsumer",
            "start_date": "2024-02-12T00:00:00.000Z",
            "end_date": "2025-02-12T00:00:00.000Z",
            "loa": "",
            "complaiancy_verified": "no",
            "legal_adherence": "no"
          }
        ],
        "authregistery": []
      }
    ]
  },
  "sub": "EU.EORI.NLTESTPIRSAT1"
}
```
