API Account read response changed

Hi,

I noticed that the response of this call changed since ~12 hours

POST https://acme-v02.api.letsencrypt.org/acme/acct/{num}

The body response look like

"body" => array:5 [
"key" => array:3 [
"kty" => "RSA"
"n" => "{some long string}"
"e" => "{4 chars string}"
]
"contact" => array:1 [
0 => "mailto:{my email address}"
]
"initialIp" => "an ip address"
"createdAt" => "{creation date}"
"status" => "valid"
]

It seems there is no more idand agreementin the response.

I would like to know if there is a place where I can read this kind of changes log. Thanks.

1 Like

Hi, @RyanG,

Here’s the announcement of this change: ACME v2 - Scheduled removal of ID from account objects

We recommend that client developers follow the API Announcements category here on the community forum.

For the greatest level of detail, we include links to our GitHub changelogs for each Boulder release in our maintenance announcements.

I hope this helps!

2 Likes

Thank you very much !

I just subscribe to the maintenance announcements to be aware of the future updates.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.