Retrieve Api Messages
GET
/api_message
Errors
The API also offers this endpoint to retrieve any messages or warnings recorded during third party requests.
Request
Query Params
sort
string
optional
Example:
updated_at:desc,id
limit
integer
optional
>= 1
Default:
100
Example:
50
offset
integer
optional
>= 0
Default:
0
Example:
0
filter
string
optional
Example:
created_at:gt:2020-09-26,and,(id:not:starts_with:0000,or,id:contains:FFFF)
show
string
optional
Example:
id,updated_at
hide
string
optional
Example:
created_at,updated_at
Header Params
x-api-key
string
required
Default:
{{api_key}}
x-api-env
string
required
Default:
{{api_env}}
Request samples
Responses
Modified at 2024-11-21 17:12:57