Atomic Counter - Increment by N, return previous

When calling this API function to increment the counter and return the previous counter value, the response is returning the current/incremented value.

Are you calling with REST or native? Could you show what the request (or code) looks like?

Found my error. No issue. I had swapped the get/incrementby with incrementby/get

Forgive me, I wasn’t following what the documented API states while forming the URL with paramaters.

No worries, we’re here to help. Glad you got it working.