diff --git a/src/methods/registry.ts b/src/methods/registry.ts index aac8e3a..40d2df1 100644 --- a/src/methods/registry.ts +++ b/src/methods/registry.ts @@ -184,7 +184,7 @@ export async function getEntry( const ret = await this.executeRequest({ ...opts, endpointPath: opts.endpointGetEntry, - method: "post", + method: "get", data: { pk: base64urlEncode(publicKey), },