Apache OFBiz · Example Payload

Apache Ofbiz Token Data Example

ERPCRME-CommerceBusiness ApplicationsApacheJavaOpen SourceSupply Chain

Apache Ofbiz Token Data Example is an example object payload from Apache OFBiz, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

access_tokentoken_typeexpires_inrefresh_token

Example Payload

Raw ↑
{
  "access_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.example",
  "token_type": "Bearer",
  "expires_in": "1800",
  "refresh_token": "dGhpc19pc19hX3JlZnJlc2hfdG9rZW4"
}