Skip to main content
GET
https://checkout.dintero.com/v1
/
admin
/
signature
admin_signature_get
curl --request GET \
  --url https://checkout.dintero.com/v1/admin/signature \
  --header 'x-api-key: <api-key>'
{
  "id": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "created_by": "<string>",
  "signature": {
    "type": "v0-hmac-sha256",
    "secret": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.dintero.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

X-API-Key authentication for accessing admin endpoints. Use Create api-key to create a key.

The content of the header should look like the following:

x-api-key: {api_key}

Response

signature secret

id
string

An ID that uniquely identifies the resource

created_at
string<date-time>

The date-time when the resource was created

created_by
string
signature
object

Secret used when creating Dintero-Signature header of server-to-serer callbacks

Last modified on May 12, 2026