Test public key

Making a request to this endpoint with a JWT signed with your private key
will return a 200 response if the public key is active and the signature
is valid.

💡

Testing your integration

You can use JWT.io to generate a signed token:

  1. Select “RS256” in their algorithm dropdown;
  2. Define a JSON payload such as { "foo": "bar" };
  3. Fill the “Verify signature” fields with your public and private keys and copy the “Encoded” token.
Language
Credentials
Bearer
URL
Click Try It! to start a request and see the response here!