curl --request GET \
--url https://api.plumaa.id/rest/v1/issuers \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"info": {
"id": "<string>",
"count": "<unknown>",
"pages": "<unknown>",
"next": "<unknown>",
"prev": "<unknown>"
},
"results": [
{
"id": "<unknown>",
"hash": "<unknown>",
"commonName": "<string>",
"publicKey": {
"exponent": "<unknown>",
"modulus": "<unknown>"
},
"certificatePem": "<string>",
"createdAt": "<unknown>",
"updatedAt": "<unknown>",
"RFC": "<string>",
"organization": "<string>",
"organizationalUnitName": "<string>",
"emailAddress": "<unknown>",
"streetAddress": "<string>",
"postalCode": 123,
"country": "<unknown>",
"stateOrProvinceName": "<string>",
"localityName": "<string>"
}
]
}curl --request GET \
--url https://api.plumaa.id/rest/v1/issuers \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"info": {
"id": "<string>",
"count": "<unknown>",
"pages": "<unknown>",
"next": "<unknown>",
"prev": "<unknown>"
},
"results": [
{
"id": "<unknown>",
"hash": "<unknown>",
"commonName": "<string>",
"publicKey": {
"exponent": "<unknown>",
"modulus": "<unknown>"
},
"certificatePem": "<string>",
"createdAt": "<unknown>",
"updatedAt": "<unknown>",
"RFC": "<string>",
"organization": "<string>",
"organizationalUnitName": "<string>",
"emailAddress": "<unknown>",
"streetAddress": "<string>",
"postalCode": 123,
"country": "<unknown>",
"stateOrProvinceName": "<string>",
"localityName": "<string>"
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ObjectID matching arguments.
Show child attributes
If provided, it will apply an $exists filter. See https://www.mongodb.com/docs/manual/reference/operator/query/exists/#-exists
If provided, it will apply an $eq filter. See https://www.mongodb.com/docs/manual/reference/operator/query/eq/#op._S_eq
If provided, it will apply a $ne filter. See https://www.mongodb.com/docs/manual/reference/operator/query/ne/#op._S_ne
If provided, it will apply an $in filter. See https://www.mongodb.com/docs/manual/reference/operator/query/in/#op._S_in
A field whose value conforms with the standard mongodb object ID as described here: https://docs.mongodb.com/manual/reference/method/ObjectId/#ObjectId. Example: 5e5677d71bdc2ae76344968c
If provided, it will apply a $nin filter. See https://www.mongodb.com/docs/manual/reference/operator/query/nin/#op._S_nin
A field whose value conforms with the standard mongodb object ID as described here: https://docs.mongodb.com/manual/reference/method/ObjectId/#ObjectId. Example: 5e5677d71bdc2ae76344968c
Search arguments for Issuers query.
Show child attributes
Matches a similar string in the commonName field.
Matches a similar string in the organization field.
Matches a similar string in the organizationalUnitName field.
Matches a similar string in the emailAddress field.
Matches a similar string in the streetAddress field.
Matches a similar string in the stateOrProvinceName field.
Matches a similar string in the localityName field.
NonNegativeInt matching arguments.
Show child attributes
If provided, it will apply an $exists filter. See https://www.mongodb.com/docs/manual/reference/operator/query/exists/#-exists
If provided, it will apply an $eq filter. See https://www.mongodb.com/docs/manual/reference/operator/query/eq/#op._S_eq
If provided, it will apply a $ne filter. See https://www.mongodb.com/docs/manual/reference/operator/query/ne/#op._S_ne
If provided, it will apply an $in filter. See https://www.mongodb.com/docs/manual/reference/operator/query/in/#op._S_in
Integers that will have a value of 0 or more.
If provided, it will apply a $nin filter. See https://www.mongodb.com/docs/manual/reference/operator/query/nin/#op._S_nin
Integers that will have a value of 0 or more.
ID matching arguments.
Show child attributes
If provided, it will apply an $exists filter. See https://www.mongodb.com/docs/manual/reference/operator/query/exists/#-exists
If provided, it will apply an $eq filter. See https://www.mongodb.com/docs/manual/reference/operator/query/eq/#op._S_eq
If provided, it will apply a $ne filter. See https://www.mongodb.com/docs/manual/reference/operator/query/ne/#op._S_ne
If provided, it will apply an $in filter. See https://www.mongodb.com/docs/manual/reference/operator/query/in/#op._S_in
If provided, it will apply a $nin filter. See https://www.mongodb.com/docs/manual/reference/operator/query/nin/#op._S_nin
Results of an Issuers query.
List of Issuers.
Show child attributes
A field whose value conforms with the standard mongodb object ID as described here: https://docs.mongodb.com/manual/reference/method/ObjectId/#ObjectId. Example: 5e5677d71bdc2ae76344968c
The hash of the issuer's certificate.
The name of the certificate authority.
The issuer's certificate public key. This is the public key that identifies messages the issuer has signed a certificate for a subject.
AWS S3 URI path to the issuer certificate's PEM data.
A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the date-time format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar.
A date-time string at UTC, such as 2007-12-03T10:15:30Z, compliant with the date-time format outlined in section 5.6 of the RFC 3339 profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar.
RFC of the issuer.
Name of the organization or company. "Razón Social" in Spanish.
Name of the unit within the organization. "Unidad Organizacional" in Spanish.
Email address of the issuer.
Street address of the issuer.
Postal code of the issuer.
"Country" of the issuer.
"Entidad Federativa" of the issuer.
"Municipio/Delegación" of the issuer.